osmoload: better message
authorIngo Albrecht <prom@berlin.ccc.de>
Thu, 15 Jul 2010 23:43:48 +0000 (01:43 +0200)
committerIngo Albrecht <prom@berlin.ccc.de>
Tue, 20 Jul 2010 12:41:20 +0000 (14:41 +0200)
src/host/osmocon/osmoload.c

index 4bbaa3d..4c5c0b6 100644 (file)
@@ -704,7 +704,7 @@ loader_start_memload(uint32_t address, char *file) {
 
        uint32_t length = st.st_size;
 
-       printf("Loading %u bytes of memory at 0x%x to file %s\n", length, address, file);
+       printf("Loading %u bytes of memory to address 0x%x from file %s\n", length, address, file);
 
        osmoload.binbuf = malloc(length);
        if(!osmoload.binbuf) {