Mercurial > geeqie
diff src/utilops.c @ 673:fbebf5cf4a55
Do not use printf() directly but use new wrapper function log_printf() instead.
| author | zas_ |
|---|---|
| date | Fri, 16 May 2008 12:16:49 +0000 |
| parents | 8268cbe682f1 |
| children | cca86176bf81 |
line wrap: on
line diff
--- a/src/utilops.c Fri May 16 12:08:51 2008 +0000 +++ b/src/utilops.c Fri May 16 12:16:49 2008 +0000 @@ -3028,7 +3028,7 @@ level++; if (level > UTILITY_DELETE_MAX_DEPTH) { - printf("folder recursion depth past %d, giving up\n", UTILITY_DELETE_MAX_DEPTH); + log_printf("folder recursion depth past %d, giving up\n", UTILITY_DELETE_MAX_DEPTH); return file_data_ref(fd); }
