Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aenima4six2 committed Jul 5, 2018
1 parent 70d1b1e commit 27f7b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmg-emulator/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public Server(ServerOptions options)
var request = RequestFactory.CreateFromBytes(requestBytes);
if (request == null)
{
Log.Logger.Warning("Invalid Request: [{ip}] -> [{requestTxt}] is not supported!", requestTxt);
Log.Logger.Warning("Invalid Request: [{ip}] -> [{requestTxt}] not supported!", sender, requestTxt);
continue;
}

Expand Down

0 comments on commit 27f7b04

Please sign in to comment.