From 2b0764d37ed15cd876d2499d246db01f5d11be4d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 29 Nov 2012 12:02:57 +0100 Subject: bugfix: error message had an extra LF in it (can break forwarding & tools) --- action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index 67059b21..856488d3 100644 --- a/action.c +++ b/action.c @@ -1865,7 +1865,7 @@ addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, && (pAction->ppTpl[i] = tplFind(ourConf, (char*)pTplName, strlen((char*)pTplName))) == NULL) { snprintf(errMsg, sizeof(errMsg) / sizeof(char), - " Could not find template '%s' - action disabled\n", + " Could not find template '%s' - action disabled", pTplName); errno = 0; errmsg.LogError(0, RS_RET_NOT_FOUND, "%s", errMsg); -- cgit v1.2.3