ctdlvisor: make the compatibility confirmation more exciting and positive
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jul 2023 21:46:58 +0000 (12:46 -0900)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jul 2023 21:46:58 +0000 (12:46 -0900)
ctdlvisor.c

index d1d024e934ff86e276aea6f41508ba5f734b67b4..25a23119c26668f9a9188e7395faf7db1af56c5f 100644 (file)
@@ -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;