This commit is contained in:
tth 2022-05-18 10:27:15 +02:00
parent fe9a14e2b5
commit 3c551b6c7c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if (foo) {
perror("omg");
}
else {
if (verbosity) {
if (verbosity > 1) {
fprintf(stderr, " set TimeOfDay to %12ld , %8ld\n", \
tvl.tv_sec, tvl.tv_usec);
}