--- a/src/mem.c Mon Jul 14 07:44:42 2008 +0000 +++ b/src/mem.c Mon Jul 21 00:08:34 2008 +0000 @@ -186,7 +186,7 @@ total += len; } fclose( f ); - INFO( "Loaded %d of %d bytes to %08X", total, length, start ); + INFO( "Saved %d of %d bytes to %08X", total, length, start ); return 0; }