]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak error message
authorKern Sibbald <kern@sibbald.com>
Sun, 25 Jul 2010 20:10:27 +0000 (22:10 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:54:00 +0000 (16:54 +0200)
bacula/src/filed/fd_plugins.c

index ccb033d8f039d8721902e49dceb9c007295db2dd..683b51db0ca96aeaf4c77fc76cc6e91c1d827a24 100644 (file)
@@ -281,7 +281,7 @@ int plugin_save(JCR *jcr, FF_PKT *ff_pkt, bool top_level)
    POOL_MEM link(PM_FNAME);
 
    if (!plugin_list || !jcr->plugin_ctx_list || jcr->is_job_canceled()) {
-      Jmsg1(jcr, M_FATAL, 0, "Command plugin \"%s\" not loaded.\n", cmd);
+      Jmsg1(jcr, M_FATAL, 0, "Command plugin \"%s\" requested, but is not loaded.\n", cmd);
       return 1;                            /* Return if no plugins loaded */
    }