Commit 21693b64 authored by Claes Sjofors's avatar Claes Sjofors

Test prints removed

parent 1c2285d6
......@@ -43,7 +43,7 @@
/* 1 redcom connect */
/* 2 redcom tables */
/* 4 alarms and events */
unsigned int tmlog = 1;
unsigned int tmlog = 0;
void tm_log(unsigned int level, const char* func, const char* str)
{
......
......@@ -1135,7 +1135,7 @@ void EvList::event_ack(mh_sAck* msg)
// Check that this id not already inserted
if (id_to_item(&event->Info.Id, (void**)&item))
return;
timelog_sii(3, "Ev, new ack", event->Info.Id.Nix, event->Info.Id.Idx);
timelog_sii(4, "Ev, new ack", event->Info.Id.Nix, event->Info.Id.Idx);
sts = get_destination(
net_NetTimeToTime(&event->Info.EventTime), (void**)&dest);
......
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