summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:15:09 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 15:15:09 +0000
commitb2af49e6945733c38e5d9cffd177fd4ce0b2fadc (patch)
tree5a096051171e9beef028de0191221f777587f49b
parent573ab24357297976fb4ed2efa2607988dfc422f0 (diff)
downloadlibgpod-b2af49e6945733c38e5d9cffd177fd4ce0b2fadc.tar.gz
libgpod-b2af49e6945733c38e5d9cffd177fd4ce0b2fadc.tar.xz
libgpod-b2af49e6945733c38e5d9cffd177fd4ce0b2fadc.zip
* 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
-rw-r--r--tests/test-photos.c2
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