From e7afe1df98fa48c3e324e1b18395f231c924e1e2 Mon Sep 17 00:00:00 2001 From: Ingo Albrecht Date: Fri, 16 Jul 2010 01:43:48 +0200 Subject: [PATCH] osmoload: better message --- src/host/osmocon/osmoload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/osmocon/osmoload.c b/src/host/osmocon/osmoload.c index 4bbaa3dcb..4c5c0b6c0 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) {