forked from github/server
e27bde06ac
better error reporting for json parse errors.
9 lines
165 B
Text
9 lines
165 B
Text
$#include <util/log.h>
|
|
|
|
module eressea {
|
|
module log {
|
|
void log_error @ error(const char *message);
|
|
void log_warning @ warning(const char *message);
|
|
}
|
|
}
|
|
|