summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-11-20 17:52:54 +0100
committerThomas Haller <thaller@redhat.com>2015-11-22 13:40:32 +0100
commite1ea4b725eef64f6a718f38850ce26db58aaa4ef (patch)
tree5128fd1757804e2c94ae406b5319e4a1a15a9eae /src/tests
parentc2831875e3a2cf046f8a3b42a971172319c50e99 (diff)
downloadNetworkManager-e1ea4b725eef64f6a718f38850ce26db58aaa4ef.tar.gz
main: add argument --print-config to NetworkManager
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/config/test-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/config/test-config.c b/src/tests/config/test-config.c
index ed6f875740..e8de86c8a8 100644
--- a/src/tests/config/test-config.c
+++ b/src/tests/config/test-config.c
@@ -476,7 +476,7 @@ test_config_confdir (void)
g_assert_cmpstr (value, ==, "VAL5");
g_free (value);
- nm_config_data_log (nm_config_get_data_orig (config), ">>> TEST: ");
+ nm_config_data_log (nm_config_get_data_orig (config), ">>> TEST: ", " ", NULL);
g_object_unref (config);
}