| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-01-09 02:29:59 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-01-09 02:29:59 +0100 | 
| commit | 87a86b9a599de35d09da7d954ba662091accc90b (patch) | |
| tree | aa9ceaafce612bc622a7a8fcfed34ab74226245c /src/main.c | |
| parent | c7c834e9944c94de3d07f21ce2d2d3f18a03b3b2 (diff) | |
Adds all the new functionalities.daemon
Some TODOs and slight coding style inconsistencies remaining, though...
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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;     } | 


