]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix: appname is now APP_SHORTNAME
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 12:14:54 +0000 (01:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 12:14:54 +0000 (01:14 +1300)
src/main.cc

index 761b9f7a98d3666896219bc21c14788eac82d159..92f00ee304e95e2676b1a3632f964373457726f7 100644 (file)
@@ -1397,10 +1397,10 @@ sendSignal(void)
         }
     } else {
         if (opt_send_signal != SIGTERM) {
-            fprintf(stderr, "%s: ERROR: No running copy\n", appname);
+            fprintf(stderr, "%s: ERROR: No running copy\n", APP_SHORTNAME);
             exit(1);
         } else {
-            fprintf(stderr, "%s: No running copy\n", appname);
+            fprintf(stderr, "%s: No running copy\n", APP_SHORTNAME);
             exit(0);
         }
     }