]> git.sur5r.net Git - bacula/bacula/commitdiff
Misc
authorKern Sibbald <kern@sibbald.com>
Mon, 23 Feb 2004 22:51:15 +0000 (22:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 23 Feb 2004 22:51:15 +0000 (22:51 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1079 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/bsys.c

index 78f4abe50a61e3312819432114d295be4c748f51..e9438c79e44bf6d1fe30e8a29b70c0f6797a4139 100644 (file)
@@ -377,8 +377,8 @@ void read_state_file(char *dir, const char *progname, int port)
    if ((sfd = open(mp_chr(fname), O_RDONLY, 0)) < 0 ||
        read(sfd, &hdr, sizeof(hdr)) < 0 ||
        hdr.version != state_hdr.version) {
-      Dmsg2(000, "Could not open or read state file. sfd=%d: ERR=%s\n",
-           sfd, strerror(errno));
+      Dmsg2(000, "Could not open or read state file. sfd=%d: ERR=%s\n", 
+                   sfd, strerror(errno));
       goto bail_out;
    }
    hdr.id[13] = 0;