Skip to content

Commit

Permalink
recvMapFileRequested: Additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 11, 2023
1 parent 50ed2f8 commit aaa75fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ bool recvMapFileRequested(NETQUEUE queue)
filename = getModFilename(hash);
if (filename.empty())
{
debug(LOG_INFO, "Unknown file requested by %u.", player);
debug(LOG_INFO, "Unknown file requested by %u. (Hash: %s, loadedMods: %zu)", player, hash.toString().c_str(), getLoadedMods().size());
return false;
}

Expand Down

0 comments on commit aaa75fb

Please sign in to comment.