Skip to content

Commit

Permalink
vbackup.c: fix typos and error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 7, 2017
1 parent bae81a8 commit a81af55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dird/vbackup.c
Expand Up @@ -253,14 +253,13 @@ bool do_native_vbackup(JCR *jcr)
}

if (!create_bootstrap_file(jcr, jobids)) {
Jmsg(jcr, M_FATAL, 0, _("Could not get or create the FileSet record.\n"));
Jmsg(jcr, M_FATAL, 0, _("Could not create bootstrap file\n"));
goto bail_out;
}

/*
* Open a message channel connection with the Storage
* daemon. This is to let him know that our client
* will be contacting him for a backup session.
* daemon.
*/
Dmsg0(110, "Open connection with storage daemon\n");
jcr->setJobStatus(JS_WaitSD);
Expand Down

0 comments on commit a81af55

Please sign in to comment.