summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.c')
-rw-r--r--rbutil/sansapatcher/sansapatcher.c4
1 files changed, 2 insertions, 2 deletions
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)
517 } 517 }
518 518
519#ifdef __WIN32__ 519#ifdef __WIN32__
520 printf("[INFO] E200 found - disk device %d\n",i); 520 printf("[INFO] %s found - disk device %d\n",sansa->targetname, i);
521#else 521#else
522 printf("[INFO] E200 found - %s\n",sansa->diskname); 522 printf("[INFO] %s found - %s\n",sansa->targetname, sansa->diskname);
523#endif 523#endif
524 n++; 524 n++;
525 strcpy(last_disk,sansa->diskname); 525 strcpy(last_disk,sansa->diskname);