summaryrefslogtreecommitdiffstats
path: root/omusrmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'omusrmsg.c')
-rw-r--r--omusrmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omusrmsg.c b/omusrmsg.c
index 96a25c57..76e27f33 100644
--- a/omusrmsg.c
+++ b/omusrmsg.c
@@ -98,7 +98,7 @@ BEGINdbgPrintInstInfo
register int i;
CODESTARTdbgPrintInstInfo
for (i = 0; i < MAXUNAMES && *pData->uname[i]; i++)
- printf("%s, ", pData->uname[i]);
+ dbgprintf("%s, ", pData->uname[i]);
ENDdbgPrintInstInfo