In a fatal error message in load_one_actions_file(), cover both URL and TAG patterns
authorFabian Keil <fk@fabiankeil.de>
Tue, 8 Mar 2011 18:30:46 +0000 (18:30 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 8 Mar 2011 18:30:46 +0000 (18:30 +0000)
actions.c

index 833e711..4ffaa57 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1,4 +1,4 @@
-const char actions_rcs[] = "$Id: actions.c,v 1.65 2011/03/03 14:39:34 fabiankeil Exp $";
+const char actions_rcs[] = "$Id: actions.c,v 1.66 2011/03/03 14:39:57 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/actions.c,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/actions.c,v $
@@ -1448,7 +1448,7 @@ static int load_one_actions_file(struct client_state *csp, int fileid)
          {
             fclose(fp);
             log_error(LOG_LEVEL_FATAL,
          {
             fclose(fp);
             log_error(LOG_LEVEL_FATAL,
-               "can't load actions file '%s': line %lu: cannot create URL pattern from: %s",
+               "can't load actions file '%s': line %lu: cannot create URL or TAG pattern from: %s",
                csp->config->actions_file[fileid], linenum, buf);
             return 1; /* never get here */
          }
                csp->config->actions_file[fileid], linenum, buf);
             return 1; /* never get here */
          }