X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Flog.c;h=d964e6151f652df7e667b4300089670882598886;hb=e98b2d71aa507c8656b47752a529a3a2a619875a;hp=f7e39bc5d58447d6dd0476bdfdf907631cf67b03;hpb=7ca215713fa73c84ba0b46c9e7299386bd5cf5b8;p=matches%2FMCTX3420.git diff --git a/server/log.c b/server/log.c index f7e39bc..d964e61 100644 --- a/server/log.c +++ b/server/log.c @@ -1,6 +1,6 @@ /** * @file log.c - * @purpose Implement logging and error handling functions + * @brief Implement logging and error handling functions */ @@ -17,6 +17,9 @@ static const char * unspecified_funct = "???"; // --- Function implementations --- // +//TODO: Migrate to syslog (shouldn't be too hard; these functions basically do what syslog does) +// Note that we will want to have a seperate log as well as syslog; give the user the option to view the log using the GUI + /** * Print a message to stderr * @param level - Specify how severe the message is.