mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
print session id when starting up
This commit is contained in:
parent
1d8da03886
commit
a36197c9d0
1 changed files with 5 additions and 0 deletions
|
|
@ -908,6 +908,11 @@ int main(int argc, char *argv[]) {
|
|||
pa_log_info(_("Machine ID is %s."), s);
|
||||
pa_xfree(s);
|
||||
|
||||
if ((s = pa_session_id())) {
|
||||
pa_log_info(_("Session ID is %s."), s);
|
||||
pa_xfree(s);
|
||||
}
|
||||
|
||||
if (!(s = pa_get_runtime_dir()))
|
||||
goto finish;
|
||||
pa_log_info(_("Using runtime directory %s."), s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue