summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon
diff options
context:
space:
mode:
authorIngo Albrecht2010-07-16 01:43:48 +0200
committerIngo Albrecht2010-07-20 14:41:20 +0200
commite7afe1df98fa48c3e324e1b18395f231c924e1e2 (patch)
treeee403d53dfa51efbcacff836805b53ed81f21ac0 /src/host/osmocon
parentosmocon: new debug option, allows selective dumping of rx and/or tx. (diff)
downloadosmocom-e7afe1df98fa48c3e324e1b18395f231c924e1e2.tar.gz
osmocom-e7afe1df98fa48c3e324e1b18395f231c924e1e2.tar.xz
osmocom-e7afe1df98fa48c3e324e1b18395f231c924e1e2.zip
osmoload: better message
Diffstat (limited to 'src/host/osmocon')
-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 4bbaa3d..4c5c0b6 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) {