From 87a86b9a599de35d09da7d954ba662091accc90b Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 9 Jan 2020 02:29:59 +0100 Subject: Adds all the new functionalities. Some TODOs and slight coding style inconsistencies remaining, though... --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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, ¶ms) < 0) { - RELABSD_S_DEBUG(RELABSD_DEBUG_PROGRAM_FLOW, "relabsd crashing"); + RELABSD_S_DEBUG(RELABSD_DEBUG_PROGRAM_FLOW, "relabsd crashed."); return -1; } -- cgit v1.2.3-70-g09d2