Unverified Commit ec386a92 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

fix log call parameter missing

parent fbab5146
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ void load_hosts() {

    if (!local_host_found) {
        CTX->log()->warn("{}() Failed to find local host."
                            "Fallback: use host id '0' as local host");
                            "Fallback: use host id '0' as local host", __func__);
        CTX->local_host_id(0);
    }
    CTX->hosts(addrs);