]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bscan.c
Fix format problem in bscan output reported in bug #1105.
[bacula/bacula] / bacula / src / stored / bscan.c
index e24a53bcb565efe7fd609b927e58cce1d3fbc48d..157287c0b999d4ffa229491cafaf0f38810f9ee0 100644 (file)
@@ -277,7 +277,7 @@ int main (int argc, char *argv[])
       struct stat sb;
       fstat(dev->fd(), &sb);
       currentVolumeSize = sb.st_size;
-      Pmsg1(000, _("First Volume Size = %sn"), 
+      Pmsg1(000, _("First Volume Size = %s\n"), 
          edit_uint64(currentVolumeSize, ed1));
    }
 
@@ -352,7 +352,7 @@ static bool bscan_mount_next_read_volume(DCR *dcr)
       struct stat sb;
       fstat(dev->fd(), &sb);
       currentVolumeSize = sb.st_size;
-      Pmsg1(000, _("First Volume Size = %sn"), 
+      Pmsg1(000, _("First Volume Size = %s\n"), 
          edit_uint64(currentVolumeSize, ed1));
    }
    return stat;