diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index e890a12a1..b07e0de90 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -1317,7 +1317,7 @@ Peer* Connection::GetPeer(u16 peer_id) if(node == NULL){ // Peer not found - throw PeerNotFoundException("Peer not found (possible timeout)"); + throw PeerNotFoundException("GetPeer: Peer not found (possible timeout)"); } // Error checking |