summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.h b/action.h
index cda4130d..467404fc 100644
--- a/action.h
+++ b/action.h
@@ -69,7 +69,7 @@ inline int actionIsSuspended(action_t *pThis)
{
int i;
i = pThis->bSuspended == 1;
- dprintf("in IsSuspend(), returns %d\n", i);
+ dbgprintf("in IsSuspend(), returns %d\n", i);
return i;
}
#endif