summaryrefslogtreecommitdiff
path: root/core/host
diff options
context:
space:
mode:
Diffstat (limited to 'core/host')
-rw-r--r--core/host/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/host/main.c b/core/host/main.c
index fa5077b33d..80c2f33bf5 100644
--- a/core/host/main.c
+++ b/core/host/main.c
@@ -18,7 +18,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_SYSTEM, outstr)
-#define CPRINTF(format, args...) cprintf(CC_SYSTEM, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_SYSTEM, format, ## args)
const char *__prog_name;
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
uart_init();
if (system_jumped_to_this_image()) {
- CPRINTF("[%T Emulator initialized after sysjump]\n");
+ CPRINTS("Emulator initialized after sysjump");
} else {
CPUTS("\n\n--- Emulator initialized after reboot ---\n");
CPUTS("[Reset cause: ");