aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/delivery/delivery_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_install.c b/src/lib/delivery/delivery_install.c
index ca41c82..d39fa3e 100644
--- a/src/lib/delivery/delivery_install.c
+++ b/src/lib/delivery/delivery_install.c
@@ -415,7 +415,7 @@ int delivery_install_packages(struct Delivery *ctx, char *conda_install_dir, cha
guard_free(args);
return -1;
}
- SYSDEBUG("%s", "Tokenizing repository info tag: %s\n", info->repository_info_tag);
+ SYSDEBUG("Tokenizing repository info tag: %s\n", info->repository_info_tag);
strlist_append_tokenize(tag_data, info->repository_info_tag, "-");
struct WheelInfo *whl = NULL;