mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 12:50:43 +01:00
Add some debugging output
This commit is contained in:
parent
f89b761c84
commit
9a897329ec
@ -436,6 +436,7 @@ CODESTARTdoAction
|
||||
}
|
||||
|
||||
for (i = 0; i < pData->batch.arguments && params[i]; i++) {
|
||||
dbgprintf("batch[%d][%d]=%s\n", i, n, params[i]);
|
||||
pData->batch.parameters[i][n] = strdup(params[i]);
|
||||
CHKmalloc(pData->batch.parameters[i][n]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user