Fix name of option in error log line
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 11 Aug 2021 11:41:16 +0000 (12:41 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 11 Aug 2021 11:41:16 +0000 (12:41 +0100)
src/src/transports/appendfile.c

index 2d008d97d7915db65dd5fe6b7211e8e9478a892c..a53e3bc9c13ad9ad6876444036afa55be221c9d4 100644 (file)
@@ -435,7 +435,7 @@ if ((s = ob->create_file_string ) && *s)
   else if (Ustrcmp(s, "inhome") == 0)                  val = create_inhome;
   else
     log_write(0, LOG_PANIC_DIE|LOG_CONFIG,
-      "invalid value given for \"file_create\" for the %s transport: '%s'",
+      "invalid value given for \"create_file\" for the %s transport: '%s'",
       tblock->name, s);
   ob->create_file = val;
   }