spacing, remove redundant debug

This commit is contained in:
Isaac Connor 2022-01-18 13:43:56 -05:00
parent 3241fa59c5
commit d2d9721c4e
1 changed files with 5 additions and 7 deletions

View File

@ -1123,8 +1123,6 @@ bool EventStream::send_file(const std::string &filepath) {
// Success
fclose(fdj); /* Close the file handle */
return true;
} else {
Debug(1, "Failed to sendfile?");
}
Warning("Unable to send raw frame %ld: %s rc %d != %d",
curr_frame_id, strerror(errno), rc, (int)filestat.st_size);