Fix typo in log message
This commit is contained in:
parent
a361f08f67
commit
42186208bf
|
@ -119,7 +119,7 @@ public class Streamer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (InterruptedException e1) {
|
} catch (InterruptedException e1) {
|
||||||
log.error("INterrupted while eaiting for packet");
|
log.error("Interrupted while waiting for packet");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue