Changeset 62788 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Aug 1, 2016 7:01:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r62489 r62788 452 452 { 453 453 LogRel(("SharedFolders host service: Cannot open '%s' -- too many open files.\n", pszPath)); 454 #if defined RT_OS_LINUX || RT_OS_SOLARIS454 #if defined RT_OS_LINUX || defined(RT_OS_SOLARIS) 455 455 if (cErrors < 1) 456 456 LogRel(("SharedFolders host service: Try to increase the limit for open files (ulimit -n)\n"));
Note:
See TracChangeset
for help on using the changeset viewer.