Index: /trunk/FACT++/src/MessageImp.cc
===================================================================
--- /trunk/FACT++/src/MessageImp.cc	(revision 15079)
+++ /trunk/FACT++/src/MessageImp.cc	(revision 15080)
@@ -108,4 +108,7 @@
 int MessageImp::Write(const Time &time, const string &txt, int severity)
 {
+    if (severity==kAlarm && txt.length()==0)
+        return 0;
+
     static mutex mtx;
     const lock_guard<mutex> guard(mtx);
