From: Art Cancro Date: Fri, 25 Aug 2023 02:29:04 +0000 (-0900) Subject: dbnothing does nothing X-Git-Tag: v989~42 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a5a10295bd04b7996df00d3a7dddbde8d758ccd8;p=citadel.git dbnothing does nothing --- diff --git a/citadel/utils/dbnothing.c b/citadel/utils/dbnothing.c index 914f9631f..5486e154f 100644 --- a/citadel/utils/dbnothing.c +++ b/citadel/utils/dbnothing.c @@ -1,4 +1,5 @@ -// Don't run this. It doesn't work and if you try to run it you will immediately die. +// This is a test utility for the backend API. It simply opens and closes the databases. +// There is no need for end users to ever run this program. So don't. And don't ask. // // Copyright (c) 2023 by Art Cancro citadel.org // @@ -70,7 +71,7 @@ int main(int argc, char **argv) { cdb_open_databases(); // do nothing - fprintf(stderr, "dbnothing: doing nothing\n"); + fprintf(stderr, "\ndbnothing: doing nothing\n\n"); // close databases cdb_close_databases();