summaryrefslogtreecommitdiff
path: root/com32
diff options
context:
space:
mode:
Diffstat (limited to 'com32')
-rw-r--r--com32/lib/sys/module/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/lib/sys/module/exec.c b/com32/lib/sys/module/exec.c
index 84b96e01..3bf1effc 100644
--- a/com32/lib/sys/module/exec.c
+++ b/com32/lib/sys/module/exec.c
@@ -162,7 +162,7 @@ int spawn_load(const char *name, int argc, char **argv)
struct elf_module *cur_module;
int type;
- dprintf("enter: name = %s", name);
+ dprintf("enter: name = %s\n", name);
if (module == NULL)
return -1;
@@ -190,7 +190,7 @@ int spawn_load(const char *name, int argc, char **argv)
type = get_module_type(module);
- dprintf("type = %d, prev = %s, cur = %s",
+ dprintf("type = %d, prev = %s, cur = %s\n",
type, cur_module->name, module->name);
if(type==EXEC_MODULE)