Changeset 33595 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Oct 29, 2010 10:35:00 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67205
- Location:
- trunk/src/VBox/HostServices/SharedFolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp
r28800 r33595 312 312 char *src = pszFullPath + len - 1; 313 313 314 Log(("Handle case insens tive guest fs on top of host case sensitive fs for %s\n", pszFullPath));314 Log(("Handle case insensitive guest fs on top of host case sensitive fs for %s\n", pszFullPath)); 315 315 316 316 /* Find partial path that's valid */ -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r33540 r33595 503 503 char *src = pszFullPath + len - 1; 504 504 505 Log(("Handle case insens tive guest fs on top of host case sensitive fs for %s\n", pszFullPath));505 Log(("Handle case insensitive guest fs on top of host case sensitive fs for %s\n", pszFullPath)); 506 506 507 507 /* Find partial path that's valid */ … … 907 907 #if defined RT_OS_LINUX || RT_OS_SOLARIS 908 908 if (cErrors < 1) 909 LogRel(("SharedFolders host service: Try to increase the limit for open files (ulim t -n)\n"));909 LogRel(("SharedFolders host service: Try to increase the limit for open files (ulimit -n)\n")); 910 910 #endif 911 911 cErrors++;
Note:
See TracChangeset
for help on using the changeset viewer.