mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
portal: error->warn when the portal pid is unknown
This commit is contained in:
parent
7eac9874f0
commit
3162465f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ static void on_portal_pid_received(DBusPendingCall *pending,
|
||||||
if (dbus_message_get_type(m) == DBUS_MESSAGE_TYPE_ERROR) {
|
if (dbus_message_get_type(m) == DBUS_MESSAGE_TYPE_ERROR) {
|
||||||
const char *message = "unknown";
|
const char *message = "unknown";
|
||||||
dbus_message_get_args(m, NULL, DBUS_TYPE_STRING, &message, DBUS_TYPE_INVALID);
|
dbus_message_get_args(m, NULL, DBUS_TYPE_STRING, &message, DBUS_TYPE_INVALID);
|
||||||
pw_log_error("Failed to receive portal pid: %s: %s",
|
pw_log_warn("Failed to receive portal pid: %s: %s",
|
||||||
dbus_message_get_error_name(m), message);
|
dbus_message_get_error_name(m), message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue