]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/connection.cpp
mapgen tweaking
[dragonfireclient.git] / src / connection.cpp
index e890a12a11a582162704d3f1bbce4f71bc2431fc..b07e0de906124fad5c9400f7070e31f44640b000 100644 (file)
@@ -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