summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-21 15:03:25 +0000
committerJan Rybar <jrybar@redhat.com>2020-02-21 15:03:25 +0000
commitcd1dc6450373704a1c9839ff6ad0a0336d27b858 (patch)
tree228b94feac518be8ee9f863573533a25aa703502 /src
parent721e0a5ade4ae788d377c6aecd9f6fd860dc01ee (diff)
downloadpolkit-cd1dc6450373704a1c9839ff6ad0a0336d27b858.tar.gz
ci: Add a CI
Just compiles and installs polkit
Diffstat (limited to 'src')
-rw-r--r--src/polkitbackend/polkitbackendjsauthority.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polkitbackend/polkitbackendjsauthority.cpp b/src/polkitbackend/polkitbackendjsauthority.cpp
index e97b8aa..0f18085 100644
--- a/src/polkitbackend/polkitbackendjsauthority.cpp
+++ b/src/polkitbackend/polkitbackendjsauthority.cpp
@@ -1153,8 +1153,9 @@ polkit_backend_js_authority_get_admin_auth_identities (PolkitBackendInteractiveA
if (identity == NULL)
{
polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority),
- "Identity `%s' is not valid, ignoring",
- identity_str);
+ "Identity `%s' is not valid, ignoring (%s)",
+ identity_str, error->message);
+ g_clear_error (&error);
}
else
{