Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -38,7 +38,7 @@ TR_eventHandlerHandleEvent(TR_EventHandler this, TR_Event event) |
38 | 38 | TR_sdbm((unsigned char *)&event->id, sizeof(event->id))); |
39 | 39 | |
40 | 40 | TR_loggerLog(TR_logger, TR_LOGGER_DEBUG, |
41 | - "HANDLE: %s event on %p with no. %d\n", | |
41 | + "HANDLE: %s event on %p with no. %d", | |
42 | 42 | TR_getEventString(event), |
43 | 43 | event->subject, |
44 | 44 | event->serial); | ... | ... |
... | ... | @@ -34,7 +34,7 @@ TR_eventHandlerIssueEvent(TR_EventHandler this, TR_Event event) |
34 | 34 | int i; |
35 | 35 | |
36 | 36 | TR_loggerLog(TR_logger, TR_LOGGER_DEBUG, |
37 | - "ISSUE: %s event on %p with no. %d\n", | |
37 | + "ISSUE: %s event on %p with no. %d", | |
38 | 38 | TR_getEventString(event), |
39 | 39 | event->subject, |
40 | 40 | event->serial); | ... | ... |
Please
register
or
login
to post a comment