Ticket #8496: mainserver.cpp.diff
File mainserver.cpp.diff, 438 bytes (added by , 15 years ago) |
---|
-
.cpp
old new 2450 2450 QStringList strlist; 2451 2451 2452 2452 BackendQueryDiskSpace(strlist, encoderList, allHosts, allHosts); 2453 if(strlist.isEmpty()) 2454 VERBOSE(VB_IMPORTANT, "No directories found for file storage. Please check the Storage Groups setting for this backend."); 2453 2455 2454 2456 SendResponse(pbs->getSocket(), strlist); 2455 2457 }