Fix log & fix(?) multipart data with \n
This commit is contained in:
parent
f079e4e617
commit
1ac2fe4a4f
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue