File Sharing MVP #384

Merged
sarah merged 52 commits from filesharing into master 2021-09-30 00:57:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c728987259 - Show all commits

View File

@ -95,7 +95,7 @@ func (pa *PeerApp) listen() {
pa.RetValHandler(pa.connection.Hostname(), reqStr, peerMessage.Data)
pa.getValRequests.Delete(peerMessage.ID)
} else {
log.Errorf("could not find val request for %v", peerMessage.ID)
log.Errorf("could not find val request for %v %s", peerMessage.ID, peerMessage.Data)
}
default:
if pa.IsAllowed(pa.connection.Hostname()) {