------------------------------------------------------------ revno: 11452 revision-id: squidadm@squid-cache.org-20110527001244-zw3p3jfxmu4v93el parent: squid3@treenet.co.nz-20110526180247-dlgxn5x6nyhcreo2 committer: Automatic source maintenance branch nick: trunk timestamp: Thu 2011-05-26 18:12:44 -0600 message: SourceFormat Enforcement ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squidadm@squid-cache.org-20110527001244-\ # zw3p3jfxmu4v93el # target_branch: http://www.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 6d5d7eb51fdd24614d3092701e07cc16a789feda # timestamp: 2011-05-27 00:54:06 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20110526180247-\ # dlgxn5x6nyhcreo2 # # Begin patch === modified file 'helpers/external_acl/time_quota/ext_time_quota_acl.cc' --- helpers/external_acl/time_quota/ext_time_quota_acl.cc 2011-05-26 11:28:19 +0000 +++ helpers/external_acl/time_quota/ext_time_quota_acl.cc 2011-05-27 00:12:44 +0000 @@ -96,8 +96,8 @@ { time_t now = time(NULL); - fprintf(logfile, "%ld %s| %s: ", static_cast(now), - program_name, level); + fprintf(logfile, "%ld %s| %s: ", static_cast(now), + program_name, level); vfprintf (logfile, format, args); fflush(logfile); }