diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 9f14068..897d3d1 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -557,7 +557,8 @@ wait_for_announce ( void ) break; } - GUIMSG( "Done. %lu out of %lu clients announced within the initialization grace period", active, client.size() ); + GUIMSG( "Done. %lu out of %lu clients announced within the initialization grace period", + active, (long unsigned)client.size() ); } void