summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/omshell.c b/omshell.c
index bc4ea56a..e9b72b42 100644
--- a/omshell.c
+++ b/omshell.c
@@ -85,7 +85,7 @@ CODESTARTdoAction
* modularization. We'll change that as we go ahead with modularization.
* rgerhards, 2007-07-20
*/
- dprintf("\n");
+ dbgprintf("\n");
if(execProg((uchar*) pData->progName, 1, ppString[0]) == 0)
logerrorSz("Executing program '%s' failed", (char*)pData->progName);
ENDdoAction
@@ -106,7 +106,7 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1)
switch (*p)
{
case '^': /* bkalkbrenner 2005-09-20: execute shell command */
- dprintf("exec\n");
+ dbgprintf("exec\n");
++p;
iRet = cflineParseFileName(p, (uchar*) pData->progName, *ppOMSR, 0, OMSR_NO_RQD_TPL_OPTS);
break;