Changeset: b76c1f4bea25 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b76c1f4bea25 Modified Files: monetdb5/ChangeLog.Aug2024 monetdb5/mal/mal.c Branch: Aug2024 Log Message:
Makes mserver5 print out a termination message when terminating gracefully diffs (22 lines): diff --git a/monetdb5/ChangeLog.Aug2024 b/monetdb5/ChangeLog.Aug2024 --- a/monetdb5/ChangeLog.Aug2024 +++ b/monetdb5/ChangeLog.Aug2024 @@ -1,3 +1,7 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Mon Oct 14 2024 stefanos mavros <stemav...@gmail.com> +- The server prints out an informative message for the case of a graceful + termination. + diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c --- a/monetdb5/mal/mal.c +++ b/monetdb5/mal/mal.c @@ -164,6 +164,7 @@ mal_reset(void) void mal_exit(int status) { + printf("# mserver5 exiting\n"); mal_reset(); exit(status); /* properly end GDK */ } _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org