From aef7ba1ecb6d7f2a60e14e8d98272ae82520f96d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 7 Jul 2023 12:46:58 -0900 Subject: [PATCH] ctdlvisor: make the compatibility confirmation more exciting and positive --- ctdlvisor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2