MAJOR BUG FIX

logs are so powerful you can't mess with them
This commit is contained in:
Louis Vallat 2019-04-26 00:19:36 +02:00
parent 5c762ed6ee
commit a2c7c4d8da

View File

@ -174,7 +174,7 @@ public class Hypervisor {
}
save();
System.out.println(
"[*] Hypervisor is waiting for " + this.delay + "seconds.");
"[*] Hypervisor is waiting for " + this.delay + " seconds.");
Thread.sleep(this.delay * 1000);
}
}