diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-09-14 19:01:57 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-09-14 19:01:57 +0000 |
| commit | a619d06341041886ae3c269aa3723fc88699bdf4 (patch) | |
| tree | a4097d94dba42edcf18d1bfcb2da22ab13060696 | |
| parent | d718c2779864bcb28fef38536d4f62a8b986ba3f (diff) | |
| download | rockbox-a619d06341041886ae3c269aa3723fc88699bdf4.zip rockbox-a619d06341041886ae3c269aa3723fc88699bdf4.tar.gz rockbox-a619d06341041886ae3c269aa3723fc88699bdf4.tar.bz2 rockbox-a619d06341041886ae3c269aa3723fc88699bdf4.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/e200rpatcher/e200rpatcher.c b/rbutil/e200rpatcher/e200rpatcher.c index 23828ac..eff6dc1 100644 --- a/rbutil/e200rpatcher/e200rpatcher.c +++ b/rbutil/e200rpatcher/e200rpatcher.c @@ -156,7 +156,7 @@ found: } - fprintf(stderr,"[ERR] Found E200R, uploading patching application.\n"); + fprintf(stderr,"[INFO] Found E200R, uploading patching application.\n"); /* Now we can transfer the application to the device. */ |