From: Amos Jeffries Date: Fri, 23 May 2008 06:43:54 +0000 (+1200) Subject: Amendment to capability debugs X-Git-Tag: SQUID_3_0_STABLE7~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e603c6856801a171715482ebdc5c63ecae2a30;p=thirdparty%2Fsquid.git Amendment to capability debugs --- diff --git a/src/tools.cc b/src/tools.cc index 2a136666cf..d1cb7e4529 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1373,10 +1373,11 @@ restoreCapabilities(int keep) #ifdef _LINUX_CAPABILITY_VERSION_1 if (head->version != _LINUX_CAPABILITY_VERSION_1) { + debugs(50, 1, "Invalid capability version " << head->version << " (expected " << _LINUX_CAPABILITY_VERSION_1 << ")"); #else if (head->version != _LINUX_CAPABILITY_VERSION) { -#endif debugs(50, 1, "Invalid capability version " << head->version << " (expected " << _LINUX_CAPABILITY_VERSION << ")"); +#endif goto nocap; }