From: Amos Jeffries Date: Tue, 23 Apr 2013 12:35:44 +0000 (-0600) Subject: Fix symbol errors in cf_gen after rev.12766 X-Git-Tag: SQUID_3_4_0_1~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ad53ef1e14be719f9796aec7da053e7be3a0d23;p=thirdparty%2Fsquid.git Fix symbol errors in cf_gen after rev.12766 --- diff --git a/src/cf_gen.cc b/src/cf_gen.cc index 98f2f3cafc..b19b97452c 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -190,9 +190,9 @@ usage(const char *program_name) } static void -printError(const char *filename, int line, const char *detail) +errorMsg(const char *filename, int line, const char *detail) { - std::cerr << "Error in '" << filename << "' on line " << linenum << + std::cerr << "Error in '" << filename << "' on line " << line << "--> " << detail << std::endl; }