--------------------- PatchSet 6481 Date: 2008/01/10 08:57:06 Author: amosjeffries Branch: ayjwork Tag: (none) Log: Typo in previous commit Members: src/cache_cf.cc:1.79.2.17->1.79.2.18 Index: squid3/src/cache_cf.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cache_cf.cc,v retrieving revision 1.79.2.17 retrieving revision 1.79.2.18 diff -u -r1.79.2.17 -r1.79.2.18 --- squid3/src/cache_cf.cc 10 Jan 2008 08:54:23 -0000 1.79.2.17 +++ squid3/src/cache_cf.cc 10 Jan 2008 08:57:06 -0000 1.79.2.18 @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.79.2.17 2008/01/10 08:54:23 amosjeffries Exp $ + * $Id: cache_cf.cc,v 1.79.2.18 2008/01/10 08:57:06 amosjeffries Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -232,7 +232,7 @@ debug(3, 1, "Processing Configuration File: " << file_name << " (depth " << depth << ")"); if (depth > 16) { - fatal("WARNING: can't include %s: includes are nested too deeply (>16)!\n", file_name); + fatalf("WARNING: can't include %s: includes are nested too deeply (>16)!\n", file_name); return 1; }