X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Flog.c;h=62fe890a8f989ef3505b976551df91f556d2964d;hb=733a9b968264c48b5340693ce17e1874c1aeff77;hp=bd4193688afdb89a070251f57bbf69ca357e7c36;hpb=b1a8334f97f84e10ee9cef96377bbdcfbf5f945c;p=matches%2FMCTX3420.git diff --git a/server/log.c b/server/log.c index bd41936..62fe890 100644 --- a/server/log.c +++ b/server/log.c @@ -16,8 +16,7 @@ static char * unspecified_funct = (char*)"???"; // --- Function implementations --- // /** - * @funct Log - * @purpose Print a message to stderr + * Print a message to stderr * @param level - Specify how severe the message is. If level is higher (less urgent) than the program's verbosity (see options.h) no message will be printed * @param funct - String indicating the function name from which this function was called. @@ -72,8 +71,7 @@ void Log(int level, char * funct, char * fmt, ...) } /** - * @funct Fatal - * @purpose Handle a Fatal error in the program by printing a message and exiting the program + * Handle a Fatal error in the program by printing a message and exiting the program CALLING THIS FUNCTION WILL CAUSE THE PROGAM TO EXIT * @param funct - Name of the calling function * @param fmt - A format string