Add debug log for not enough free space check
This commit is contained in:
committed by
Sheepit Renderfarm
parent
87ff09d5e5
commit
c0ac0e4640
@@ -462,7 +462,7 @@ public class Server extends Thread {
|
||||
return Error.Type.OK;
|
||||
}
|
||||
catch (Exception e) {
|
||||
if (Utils.noFreeSpaceOnDisk(new File(destination_).getParent())) {
|
||||
if (Utils.noFreeSpaceOnDisk(new File(destination_).getParent(), log)) {
|
||||
throw new FermeExceptionNoSpaceLeftOnDevice();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user