summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a741f5d..cc655b0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,7 +25,7 @@ int main (int const argc, const char * const * const argv)
if (relabsd_parameters_parse_execution_mode(argc, argv, &params) < 0)
{
- RELABSD_S_DEBUG(RELABSD_DEBUG_PROGRAM_FLOW, "relabsd crashing");
+ RELABSD_S_DEBUG(RELABSD_DEBUG_PROGRAM_FLOW, "relabsd crashed.");
return -1;
}