Fix log & fix(?) multipart data with \n

This commit is contained in:
jeffcheasey88 2023-09-18 12:41:07 +02:00
parent f079e4e617
commit 1ac2fe4a4f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -95,6 +95,7 @@ public class Main{
while(true){
locker.lock(key);
Context instance = locker.getValue(key);
if(instance == null) continue;
System.out.println("["+((instance.isLogged()) ? repo.getPlayer(instance.<PeerAtUser>getUser().getId()).getPseudo() : "?")+"] "+instance.getType()+" "+instance.getPath()+" -> "+instance.getResponseCode());
}
}catch(Exception e){