This commit is contained in:
Tristan B. Kildaire 2020-10-15 11:35:47 +02:00
parent 3d460673e5
commit d1852886d9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class NotificationWatcher : Thread
{
//writeln(notificationReply.getData());
string msg = cast(string)notificationReply.getData();
//writeln("!> "~msg);
writeln("!> "~msg);
process(notificationReply.getData());
}
}