forked from j62/ctbrec
1
0
Fork 0

Fix typo in log message

This commit is contained in:
0xboobface 2018-09-09 17:55:58 +02:00
parent a361f08f67
commit 42186208bf
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class Streamer {
}
}
} catch (InterruptedException e1) {
log.error("INterrupted while eaiting for packet");
log.error("Interrupted while waiting for packet");
continue;
}