Improved the way the daemon reports errors.

This commit is contained in:
Frederic Culot
2009-07-26 21:03:21 +00:00
parent 279c564d2b
commit d2ad15c812
2 changed files with 27 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
* src/args.c: --status flag added
* src/dmon.c (dmon_stop): new function
* src/dmon.c: DMON_LOG and DMON_ABRT defines added
2009-07-23 Frederic Culot <frederic@culot.org>