Commit dc77c0f7 authored by claes's avatar claes

Removed log from sendEventToOutUnit

parent aef91c54
/*
* Proview $Id: rt_emon.c,v 1.14 2008-09-30 14:00:54 claes Exp $
* Proview $Id: rt_emon.c,v 1.15 2008-10-07 09:18:29 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -3722,7 +3722,7 @@ sendEventToOutunit (
sts = sendToOutunit(op, mh_eMsg_Event, ep->msg.info.EventType, &ep->msg, ep->msgSize);
if (EVEN(sts)) {
errh_Error("%s\n%m", "sendEventToOutunit", sts);
// errh_Error("%s\n%m", "sendEventToOutunit", sts);
return NO;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment