diff --git a/source/birchwood/client/receiver.d b/source/birchwood/client/receiver.d index 43600a5..a847660 100644 --- a/source/birchwood/client/receiver.d +++ b/source/birchwood/client/receiver.d @@ -143,12 +143,12 @@ public final class ReceiverThread : Thread } continue; } - catch(SnoozeError e) + catch(FatalException e) { // TODO: This should crash and end version(unittest) { - writeln("wait() had an error"); + writeln("wait() had a FATAL error!!!!!!!!!!!"); } continue; } diff --git a/source/birchwood/client/sender.d b/source/birchwood/client/sender.d index 4d4b632..df6481f 100644 --- a/source/birchwood/client/sender.d +++ b/source/birchwood/client/sender.d @@ -133,12 +133,12 @@ public final class SenderThread : Thread } continue; } - catch(SnoozeError e) + catch(FatalException e) { // TODO: This should crash and end version(unittest) { - writeln("wait() had an error"); + writeln("wait() had a FATAL error!!!!!!!!!!!"); } continue; }