From: Amos Jeffries Date: Fri, 23 May 2008 06:41:54 +0000 (+1200) Subject: Amendment to capability debugs X-Git-Tag: SQUID_3_1_0_1~49^2~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdd856d548e0230d51d388b2d239d81d8339b0a;p=thirdparty%2Fsquid.git Amendment to capability debugs --- diff --git a/src/tools.cc b/src/tools.cc index 838b39c57a..d00ac2d9d0 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1275,10 +1275,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; }