summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/osmoload.c
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-16 01:43:48 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:20 +0200
commite7afe1df98fa48c3e324e1b18395f231c924e1e2 (patch)
treeee403d53dfa51efbcacff836805b53ed81f21ac0 /src/host/osmocon/osmoload.c
parent11949dd9072f6c6a1d2cadccd231946dd1de301c (diff)
osmoload: better message
Diffstat (limited to 'src/host/osmocon/osmoload.c')
-rw-r--r--src/host/osmocon/osmoload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/osmocon/osmoload.c b/src/host/osmocon/osmoload.c
index 4bbaa3dc..4c5c0b6c 100644
--- a/src/host/osmocon/osmoload.c
+++ b/src/host/osmocon/osmoload.c
@@ -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) {