summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/log.h
diff options
context:
space:
mode:
authorkostja@oak.local <>2003-08-19 19:55:20 +0400
committerkostja@oak.local <>2003-08-19 19:55:20 +0400
commit75a3c99c91c9f895a9a0022ca38f1118c0595838 (patch)
treef56be3d05dd68ecf1ee3f12b802de318404e0258 /server-tools/instance-manager/log.h
parent36ce7d5fd5d3f5ba85197f23ed430f83d7b4f9d7 (diff)
downloadmariadb-git-75a3c99c91c9f895a9a0022ca38f1118c0595838.tar.gz
First implementation for signal handling and multi-threading:
safe shutdown and signal deliverence to all threads in the manager process
Diffstat (limited to 'server-tools/instance-manager/log.h')
-rw-r--r--server-tools/instance-manager/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/log.h b/server-tools/instance-manager/log.h
index e4236f3751c..7b69e516edb 100644
--- a/server-tools/instance-manager/log.h
+++ b/server-tools/instance-manager/log.h
@@ -73,7 +73,7 @@ void print_error(const char *format, ...)
void log_init();
-/* initialize logs for daemon application */
+/* print information to the error log and eixt(1) */
void die(const char *format, ...)
#ifdef __GNUC__