diff options
-rw-r--r-- | tests/test-photos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-photos.c b/tests/test-photos.c index af9b2df..e252db2 100644 --- a/tests/test-photos.c +++ b/tests/test-photos.c @@ -361,7 +361,7 @@ static int do_remove (int argc, char **argv) if (photo == NULL) { - g_print (_("Error: could not find photo with ID <%d>. Skipping...\n"), + g_print (_("Warning: could not find photo with ID <%d>. Skipping...\n"), id); } else |