From a4fb6ddfca60c50cdf140d3f388209ace06e24ff Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 31 Jan 2019 17:08:03 +0100 Subject: all: replace g_strerror() calls with nm_strerror_native() --- src/platform/tests/test-link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/tests') diff --git a/src/platform/tests/test-link.c b/src/platform/tests/test-link.c index 549b9276ff..e11858d634 100644 --- a/src/platform/tests/test-link.c +++ b/src/platform/tests/test-link.c @@ -2393,7 +2393,7 @@ _test_netns_check_skip (void) support_errsv = errno; } if (!support) { - _LOGD ("setns() failed with \"%s\". This indicates missing support (valgrind?)", g_strerror (support_errsv)); + _LOGD ("setns() failed with \"%s\". This indicates missing support (valgrind?)", nm_strerror_native (support_errsv)); g_test_skip ("No netns support (setns failed)"); return TRUE; } -- cgit v1.2.1