From 359028fd2c44edcccba68fbba8f0e30ca4cbae91 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 19 Sep 2007 19:03:09 +0000 Subject: Cosmetic - Change the way the detected type of Sansa is displayed and bump version to 0.4-svn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14756 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/sansapatcher/main.c | 4 +--- rbutil/sansapatcher/sansapatcher.c | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'rbutil/sansapatcher') diff --git a/rbutil/sansapatcher/main.c b/rbutil/sansapatcher/main.c index b2b50270a7..4253474b76 100644 --- a/rbutil/sansapatcher/main.c +++ b/rbutil/sansapatcher/main.c @@ -30,7 +30,7 @@ #include "sansaio.h" #include "parttypes.h" -#define VERSION "0.3 with v2 bootloader" +#define VERSION "0.4-svn" unsigned char* sectorbuf; @@ -259,8 +259,6 @@ int main(int argc, char* argv[]) return 3; } - fprintf(stderr,"[INFO] Sansa %s detected\n",sansa.targetname); - if (sansa.hasoldbootloader) { printf("[ERR] ************************************************************************\n"); printf("[ERR] *** OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n"); diff --git a/rbutil/sansapatcher/sansapatcher.c b/rbutil/sansapatcher/sansapatcher.c index b3a0289c15..1f74067344 100644 --- a/rbutil/sansapatcher/sansapatcher.c +++ b/rbutil/sansapatcher/sansapatcher.c @@ -517,9 +517,9 @@ int sansa_scan(struct sansa_t* sansa) } #ifdef __WIN32__ - printf("[INFO] E200 found - disk device %d\n",i); + printf("[INFO] %s found - disk device %d\n",sansa->targetname, i); #else - printf("[INFO] E200 found - %s\n",sansa->diskname); + printf("[INFO] %s found - %s\n",sansa->targetname, sansa->diskname); #endif n++; strcpy(last_disk,sansa->diskname); -- cgit v1.2.3