diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:31:06 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:38:16 -0400 |
| commit | 3f10306c6ac67eaccbc11b22eed26f6ce2725bfe (patch) | |
| tree | 948538817d51203173c824c62e90fbe378752080 /tests/test_artifactory.c | |
| parent | dfc38629724eb4f6718cb73ff3de108871e377bd (diff) | |
| download | stasis-3f10306c6ac67eaccbc11b22eed26f6ce2725bfe.tar.gz | |
Update SYS* macro calls
Diffstat (limited to 'tests/test_artifactory.c')
| -rw-r--r-- | tests/test_artifactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
