From: Alex Rousskov Date: Thu, 8 May 2008 20:06:52 +0000 (-0600) Subject: Polished debugging. X-Git-Tag: SQUID_3_1_0_1~45^2~11^2~26^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82650e188dd1537d72cf38141b56dcfcc77a9781;p=thirdparty%2Fsquid.git Polished debugging. --- diff --git a/src/LoadableModules.cc b/src/LoadableModules.cc index c9b2725da7..8a40c11f91 100644 --- a/src/LoadableModules.cc +++ b/src/LoadableModules.cc @@ -21,5 +21,5 @@ LoadableModulesConfigure(const wordlist *names) int count = 0; for (const wordlist *i = names; i; i = i->next, ++count) LoadModule(i->key); - debugs(1, 1, "loaded " << count << " Squid modules"); + debugs(1, 1, "Squid modules loaded: " << count); }