]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/device.c
- Change Developers to Developer's Guide as requested by Michael.
[bacula/bacula] / bacula / src / stored / device.c
index 682ce6e0a4c1d1c0526cfdd9600585644af0472e..2807a97404bcb69ec4a9139dcba20f6a6dbc1df3 100644 (file)
@@ -29,7 +29,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2000-2005 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -315,7 +315,7 @@ bool open_device(DCR *dcr)
         if (!dev->poll) {
             Jmsg2(dcr->jcr, M_FATAL, 0, _("Unable to open archive %s. ERR=%s\n"),
               dev_name(dev), strerror_dev(dev));
-            Dmsg2(000, "Unable to open archive %s. ERR=%s\n", 
+            Pmsg2(000, "Unable to open archive %s. ERR=%s\n", 
               dev_name(dev), strerror_dev(dev));
         }
         return false;