summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2020-02-21 15:03:26 +0000
committerJan Rybar <jrybar@redhat.com>2020-02-21 15:03:26 +0000
commit3eadcff2b186547a3303f4904a49e165cefb5623 (patch)
tree228b94feac518be8ee9f863573533a25aa703502 /src
parent721e0a5ade4ae788d377c6aecd9f6fd860dc01ee (diff)
parentcd1dc6450373704a1c9839ff6ad0a0336d27b858 (diff)
downloadpolkit-3eadcff2b186547a3303f4904a49e165cefb5623.tar.gz
Merge branch 'wip/hadess/add-ci' into 'master'
ci: Add a CI and run tests See merge request polkit/polkit!46
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
{