summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-02-25 19:07:57 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-02-25 19:07:57 +0100
commitd734d5548e3f69ac6d60d3202c8dc443a276d326 (patch)
treef6ab02b221e45add402d123a1c0fc9225787a30a
parent820ae1f76288840371fba3bc8ec6477fb61144f6 (diff)
Update the patch with one more change
-rw-r--r--debian/patches/upstream-fixes/0004-fix-VERSION_STR-printf-calls.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/upstream-fixes/0004-fix-VERSION_STR-printf-calls.patch b/debian/patches/upstream-fixes/0004-fix-VERSION_STR-printf-calls.patch
index 0d60082..4abb27d 100644
--- a/debian/patches/upstream-fixes/0004-fix-VERSION_STR-printf-calls.patch
+++ b/debian/patches/upstream-fixes/0004-fix-VERSION_STR-printf-calls.patch
@@ -97,3 +97,16 @@ Signed-off-by: Didier Raboud <odyx@debian.org>
if (realm &&
domain_name_list_contains(domain_names, realm, 1))
return 1;
+--- a/wpa_supplicant/dbus/dbus_new.c
++++ b/wpa_supplicant/dbus/dbus_new.c
+@@ -4791,8 +4791,8 @@
+
+ if (!wpa_s->dbus_groupobj_path) {
+ wpa_printf(MSG_DEBUG,
+- "%s: Group object '%s' already unregistered",
+- __func__, wpa_s->dbus_groupobj_path);
++ "%s: Group object already unregistered",
++ __func__);
+ return;
+ }
+