]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/dircmd.c
Strip pathname portion off all message routines that print filename:line.
[bacula/bacula] / bacula / src / stored / dircmd.c
index b00f425233924a7698e49553996d4fbb3ed1f09a..c2a429378e441711a949fcb1e329a6cde61cee35 100644 (file)
@@ -873,7 +873,7 @@ static bool changer_cmd(JCR *jcr)
       if (dcr) {
          dev = dcr->dev;
          P(dev->mutex);               /* Use P to avoid indefinite block */
-         if (!dev->device->changer_res) {     
+         if (!dev->device->changer_res) {
             bnet_fsend(dir, _("3995 Device %s is not an autochanger.\n"), 
                dev->print_name());
          /* Under certain "safe" conditions, we can steal the lock */