]> git.sur5r.net Git - bacula/bacula/commitdiff
fix debug message for utime
authorChristopher S. Hull <csh@raidersolutions.com>
Tue, 24 Feb 2004 18:22:24 +0000 (18:22 +0000)
committerChristopher S. Hull <csh@raidersolutions.com>
Tue, 24 Feb 2004 18:22:24 +0000 (18:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1086 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/compat/compat.cpp

index f90315972d4251a0733a4450b714676b6b444659..ae453305648c30d3ba58705489f0a3bb3843d945 100644 (file)
@@ -22,8 +22,8 @@
 // Author          : Christopher S. Hull
 // Created On      : Sat Jan 31 15:55:00 2004
 // Last Modified By: Christopher S. Hull
-// Last Modified On: Tue Feb 24 11:01:09 2004
-// Update Count    : 664
+// Last Modified On: Tue Feb 24 11:27:33 2004
+// Update Count    : 665
 // $Id$
 
 #include <stdio.h>
@@ -1103,7 +1103,7 @@ utime(const char *fname, struct utimbuf *times)
     if (h == INVALID_HANDLE_VALUE) {
         const char *err = errorString();
         d_msg(__FILE__, __LINE__, 99,
-              "Cannot open file for stat (%s):%s\n", tmpbuf, err);
+              "Cannot open file for utime(%s,...):%s\n", tmpbuf, err);
         LocalFree((void *)err);
         return -1;
     }