r4700 - trunk/src/host/dfu-util/src

laforge at docs.openmoko.org laforge at docs.openmoko.org
Tue Oct 7 19:37:07 CEST 2008


Author: laforge
Date: 2008-10-07 19:37:05 +0200 (Tue, 07 Oct 2008)
New Revision: 4700

Modified:
   trunk/src/host/dfu-util/src/commands.c
Log:
fix copy+paste mistake.  When we upload, then no download can fail


Modified: trunk/src/host/dfu-util/src/commands.c
===================================================================
--- trunk/src/host/dfu-util/src/commands.c	2008-10-07 17:34:43 UTC (rev 4699)
+++ trunk/src/host/dfu-util/src/commands.c	2008-10-07 17:37:05 UTC (rev 4700)
@@ -340,7 +340,7 @@
     if ( 0 > sam7dfu_do_upload(device, interface, 256, /* FIXME */
     			       args.com_flash_data.file) )
     {
-	fprintf( stderr, "Download failed.\n" );
+	fprintf( stderr, "Upload failed.\n" );
 	return -1;
     }
 }




More information about the commitlog mailing list