Browse Source

Merge branch 'master' of github.com:linuxaudio/new-session-manager

tags/v1.3.1
Nils 4 years ago
parent
commit
57a032f3d1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/nsmd.cpp

+ 2
- 1
src/nsmd.cpp View File

@@ -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


Loading…
Cancel
Save