]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/lock.c
Tweak SD debug code
[bacula/bacula] / bacula / src / stored / lock.c
index 7270773593506276f0cdd45b35df21af3c6c357b..110c3278d8099d1f2f1163aaf2a8528e1cfe6f29 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -328,6 +328,8 @@ const char *DEVICE::print_blocked() const
       return "BST_MOUNT";
    case BST_DESPOOLING:
       return "BST_DESPOOLING";
+   case BST_RELEASING:
+      return "BST_RELEASING";
    default:
       return _("unknown blocked code");
    }