From: Art Cancro Date: Fri, 7 Jul 2023 21:46:58 +0000 (-0900) Subject: ctdlvisor: make the compatibility confirmation more exciting and positive X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=commitdiff_plain;h=aef7ba1ecb6d7f2a60e14e8d98272ae82520f96d ctdlvisor: make the compatibility confirmation more exciting and positive --- diff --git a/ctdlvisor.c b/ctdlvisor.c index d1d024e..25a2311 100644 --- a/ctdlvisor.c +++ b/ctdlvisor.c @@ -2,7 +2,7 @@ // the various Citadel System components, when we are running in // a container. // -// Copyright (c) 2021 by the citadel.org team +// Copyright (c) 2021-2023 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -217,7 +217,7 @@ int main(int argc, char **argv) { // test this binary for compatibility and exit case 'c': - fprintf(stderr, "%s: binary compatibility confirmed\n", argv[0]); + fprintf(stderr, "%s: binary compatibility CONFIRMED! You CAN run Citadel in a container on this system.\n", argv[0]); exit(0); break;