From e9d2fd06ef8735df64722d46a80305493ecb8306 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 16 Jul 2013 13:16:57 -0700 Subject: [PATCH] Replace older keyword with modern keyword in debug. --- .../accounting_storage/filetxt/accounting_storage_filetxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c b/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c index 41e6694f113..8e929dcf6d0 100644 --- a/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c +++ b/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c @@ -224,7 +224,7 @@ extern int init ( void ) fclose(LOGFILE); if (*log_file != '/') - fatal("JobAcctLogfile must specify an " + fatal("AccountingStorageLoc must specify an " "absolute pathname"); if (stat(log_file, &statbuf)==0)/* preserve current file mode */ prot = statbuf.st_mode; -- GitLab