diff options
| -rw-r--r-- | src/lib/core/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c index 72ecfc9..66d1511 100644 --- a/src/lib/core/utils.c +++ b/src/lib/core/utils.c @@ -658,7 +658,7 @@ int xml_pretty_print_in_place(const char *filename, const char *pretty_print_pro pretty_print_failed: if (tempfile && remove(tempfile)) { - SYSERROR("unable to remove temporary file: %s", tempfile); + SYSWARN("unable to remove temporary file: %s", tempfile); } guard_free(tempfile); guard_free(result); |
