diff --git a/llarp/router/router.cpp b/llarp/router/router.cpp index b6ca5c6ba8..1680e086cb 100644 --- a/llarp/router/router.cpp +++ b/llarp/router/router.cpp @@ -345,7 +345,8 @@ namespace llarp try { _identity = RpcClient()->ObtainIdentityKey(); - LogWarn("Obtained lokid identity keys"); + const RouterID pk{pubkey()}; + LogWarn("Obtained lokid identity key: ", pk); break; } catch (const std::exception& e)