repair debug messages

This commit is contained in:
tTh 2023-04-24 14:12:15 +02:00
parent e2188897cf
commit 7dc4fae849
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ int ix, foo, a, b;
int pts[3];
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr, phy);
fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr);
#endif
#if (0)
@ -183,7 +183,7 @@ Bubulle bubulle;
char *outfname, *baseptr;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%s' ... %d )\n\n", __func__, infname, notused);
fprintf(stderr, ">>> %s ( '%s' %d )\n\n", __func__, infname, outstyle);
#endif
/* get memory for generated output filename(s) */