aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/espik_debug.c')
-rw-r--r--src/espik_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/espik_debug.c b/src/espik_debug.c
index 7d2aee1..57298ef 100644
--- a/src/espik_debug.c
+++ b/src/espik_debug.c
@@ -38,7 +38,8 @@ inline void espik_debug_bt (int num)
#endif /* __GLIBC__ */
#ifndef __GLIBC__
- fprintf(stderr, "Your system doesn't have glibc. Backtraces disabled. But program receive signal %d.\n", num);
+ fprintf(stderr, "Your system doesn't have glibc. Backtraces disabled."
+ "But program receive signal %d.\n", num);
#endif /* __GLIBC__ */
}