]> jfr.im git - solanum.git/commitdiff
opm: downgrade a non-fatal warning
authorElizabeth Myers <redacted>
Sun, 3 Apr 2016 00:50:25 +0000 (19:50 -0500)
committerElizabeth Myers <redacted>
Sun, 3 Apr 2016 00:50:25 +0000 (19:50 -0500)
authd/providers/opm.c

index 84784de82d62a98fea637720710f0cb61dde1f48..9aa29fa82bb9732014ad17db37fbe8abcaf08980 100644 (file)
@@ -463,7 +463,7 @@ establish_connection(struct auth_client *auth, struct opm_proxy *proxy)
        scan->proxy = proxy;
        if((scan->F = rb_socket(GET_SS_FAMILY(&auth->c_addr), SOCK_STREAM, 0, proxy->note)) == NULL)
        {
-               warn_opers(L_CRIT, "OPM: could not create OPM socket (proto %s): %s", proxy->note, strerror(errno));
+               warn_opers(L_WARN, "OPM: could not create OPM socket (proto %s): %s", proxy->note, strerror(errno));
                rb_free(scan);
                return;
        }