Skip to content

Commit

Permalink
filed: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Jan 23, 2019
1 parent c9f3c36 commit 90d3ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/filed/sd_cmds.cc
Expand Up @@ -83,7 +83,7 @@ void *handle_stored_connection(BareosSocket *sd)
*/
if (!AuthenticateStoragedaemon(jcr)) {
Dmsg1(50, "Authentication failed Job %s\n", jcr->Job);
Jmsg(jcr, M_FATAL, 0, _("Unable to authenticate File daemon\n"));
Jmsg(jcr, M_FATAL, 0, _("Unable to authenticate Storage daemon\n"));
jcr->setJobStatus(JS_ErrorTerminated);
} else {
Dmsg2(50, "OK Authentication jid=%u Job %s\n", (uint32_t)jcr->JobId, jcr->Job);
Expand Down

0 comments on commit 90d3ba1

Please sign in to comment.