This commit is contained in:
tth 2020-11-02 00:07:14 +01:00
parent 1cc2f9caaf
commit 922292adf8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ for (y=0; y<psrc->height; y++) {
}
}
fprintf(stderr, "on %d off %d\n", on, off);
if (verbosity > 1) fprintf(stderr, "on %d off %d\n", on, off);
return 0;
}