]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Restore the "now you can connect your routers" WRN
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 24 May 2024 18:46:41 +0000 (12:46 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 24 May 2024 18:48:46 +0000 (12:48 -0600)
Requested by #133. Temporal fix.

src/main.c

index 64581afbf42bcc9cf752bfaa9391b4c2e8ac9c1e..4336a129fe9efd6f6c901f4ba949c0adab53f92e 100644 (file)
@@ -50,25 +50,10 @@ fort_server(void)
        rtr_notify();
 
        /*
-        * According to some past experience I can't find anymore, there's at
-        * least one brand of router that misunderstands RTR "No Data Available
-        * [yet];" it thinks it's a fatal error.
-        *
-        * I don't know if the problem persists, I can't find the bug report
-        * anymore, and given that I've patched several RTR errors since, I'm
-        * questioning whether it was a problem in the first place.
-        *
-        * Tentatively tell the admin to start those routers now. This is
-        * ridiculous on several levels however, and I'm half a mind to delete
-        * this notification.
-        *
-        * This message was born in 38e256cb, and I've decided to downgrade and
-        * reword it in the hopes of triggering complaints if someone's still
-        * using it.
-        *
-        * TODO (fine) If nobody complaints, remove in a few months.
+        * See issue #133.
+        * TODO (#50) Remove this message once the stats server is implemented.
         */
-       pr_op_info("Main loop: Ready for routers.");
+       pr_op_warn("First validation cycle successfully ended, now you can connect your router(s)");
 
        do {
                pr_op_info("Main loop: Sleeping.");