From 3f10306c6ac67eaccbc11b22eed26f6ce2725bfe Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 May 2026 15:31:06 -0400 Subject: Update SYS* macro calls --- tests/test_artifactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_artifactory.c') diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c index fadc9f1..7090fa6 100644 --- a/tests/test_artifactory.c +++ b/tests/test_artifactory.c @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) { // Skip this suite if we're not configured to use it if (jfrt_auth_init(&gauth)) { - SYSERROR("%s", "Not configured to test Artifactory. Skipping."); + SYSERROR("Not configured to test Artifactory. Skipping."); guard_free(basedir); return STASIS_TEST_SUITE_SKIP; } -- cgit