From b2af49e6945733c38e5d9cffd177fd4ce0b2fadc Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 15 Jan 2007 15:15:09 +0000 Subject: * tests/test-photos.c: change "error" to "warning" in warning message. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1382 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- tests/test-photos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit