From: Christopher S. Hull Date: Tue, 24 Feb 2004 18:22:24 +0000 (+0000) Subject: fix debug message for utime X-Git-Tag: Release-1.34.0~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a7a790185ea19f2ba6374e6203420b5c0cea2ce;p=bacula%2Fbacula fix debug message for utime git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1086 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/compat/compat.cpp b/bacula/src/win32/compat/compat.cpp index f90315972d..ae45330564 100644 --- a/bacula/src/win32/compat/compat.cpp +++ b/bacula/src/win32/compat/compat.cpp @@ -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 @@ -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; }