faubackup2/src/filesystem cleanup.cpp,1.4,1.5
Martin Waitz <[email protected]> Tue, 21 Jun 2005 09:16:47 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup2/src/filesystem
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8992/src/filesystem
Modified Files:
cleanup.cpp
Log Message:
more format strings
Index: cleanup.cpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/filesystem/cleanup.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cleanup.cpp 14 Jun 2005 22:10:31 -0000 1.4
--- cleanup.cpp 21 Jun 2005 09:16:45 -0000 1.5
***************
*** 112,116 ****
if (directory == NULL) {
! output.warning("Could not open dir " + startdir + dirName + " for reading! ", errno);
}
--- 112,117 ----
if (directory == NULL) {
! output.warning(F_("could not open directory %s")
! % (startdir + dirName), errno);
}
***************
*** 144,148 ****
if(closedir(directory)!= 0)
! output.warning("error closing directory " + dirName, errno);
return List;
}
--- 145,149 ----
if(closedir(directory)!= 0)
! output.warning(F_("closing directory %s") % dirName, errno);
return List;
}
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click