summaryrefslogtreecommitdiff
path: root/src/devices/wifi/tests/test-wifi-ap-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/tests/test-wifi-ap-utils.c')
-rw-r--r--src/devices/wifi/tests/test-wifi-ap-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wifi/tests/test-wifi-ap-utils.c b/src/devices/wifi/tests/test-wifi-ap-utils.c
index 36d58f2a8a..7fecb2efde 100644
--- a/src/devices/wifi/tests/test-wifi-ap-utils.c
+++ b/src/devices/wifi/tests/test-wifi-ap-utils.c
@@ -38,7 +38,7 @@
if (expected) { \
if (!success) { \
g_assert (error != NULL); \
- g_warning ("Failed to complete connection: (%d) %s", error->code, error->message); \
+ g_warning ("Failed to complete connection: %s", error->message); \
} \
g_assert (success == TRUE); \
g_assert (error == NULL); \