aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-05-12 12:32:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-05-12 12:32:44 -0400
commitd89f776c1d55fa6ad41b5dcf870d03256a4f54a7 (patch)
tree85d3dfee539a575d22d6d9cb070fb95f255b5854 /src/cli/stasis_indexer
parent0c23437108bc5c7c00104345f2a22bd9da607e20 (diff)
downloadstasis-d89f776c1d55fa6ad41b5dcf870d03256a4f54a7.tar.gz
Remove redundant __FUNCTION__
Diffstat (limited to 'src/cli/stasis_indexer')
-rw-r--r--src/cli/stasis_indexer/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/stasis_indexer/helpers.c b/src/cli/stasis_indexer/helpers.c
index bf7efee..92e2dd4 100644
--- a/src/cli/stasis_indexer/helpers.c
+++ b/src/cli/stasis_indexer/helpers.c
@@ -257,7 +257,7 @@ int get_files(struct StrList **out, const char *path, const char *pattern, ...)
return -1;
}
if ((size_t) len > sizeof(userpattern)) {
- SYSWARN("%s: userpattern truncated!", __FUNCTION__);
+ SYSWARN("userpattern truncated!");
}
va_end(args);
if (!strlen(userpattern)) {