summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-09-14 19:01:57 +0000
committerDave Chapman <dave@dchapman.com>2007-09-14 19:01:57 +0000
commita619d06341041886ae3c269aa3723fc88699bdf4 (patch)
treea4097d94dba42edcf18d1bfcb2da22ab13060696
parentd718c2779864bcb28fef38536d4f62a8b986ba3f (diff)
downloadrockbox-a619d06341041886ae3c269aa3723fc88699bdf4.tar.gz
rockbox-a619d06341041886ae3c269aa3723fc88699bdf4.zip
Corrent an info message
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14692 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/e200rpatcher/e200rpatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/e200rpatcher/e200rpatcher.c b/rbutil/e200rpatcher/e200rpatcher.c
index 23828ac53b..eff6dc136b 100644
--- a/rbutil/e200rpatcher/e200rpatcher.c
+++ b/rbutil/e200rpatcher/e200rpatcher.c
@@ -156,7 +156,7 @@ found:
156 } 156 }
157 157
158 158
159 fprintf(stderr,"[ERR] Found E200R, uploading patching application.\n"); 159 fprintf(stderr,"[INFO] Found E200R, uploading patching application.\n");
160 160
161 /* Now we can transfer the application to the device. */ 161 /* Now we can transfer the application to the device. */
162 162