diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-07 15:42:52 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-08 10:22:38 -0400 |
| commit | 152d6482696e0de0e9ad3e37f5497efeadb58359 (patch) | |
| tree | 0152cc1ac5651dd5f357efb1de6116da7582e2c7 /src | |
| parent | f51c95ae0852dbe8f16b3869f5107e1499c35413 (diff) | |
| download | stasis-152d6482696e0de0e9ad3e37f5497efeadb58359.tar.gz | |
Remove unintentional LFdynamic-tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/delivery/delivery_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/delivery/delivery_init.c b/src/lib/delivery/delivery_init.c index 233eb91..1666f0a 100644 --- a/src/lib/delivery/delivery_init.c +++ b/src/lib/delivery/delivery_init.c @@ -150,7 +150,7 @@ void delivery_init_dirs_stage1(struct Delivery *ctx) { } int delivery_init_platform(struct Delivery *ctx) { - SYSDEBUG("%s", "Setting architecture\n"); + SYSDEBUG("%s", "Setting architecture"); char archsuffix[20]; struct utsname uts; if (uname(&uts)) { @@ -179,7 +179,7 @@ int delivery_init_platform(struct Delivery *ctx) { strcpy(archsuffix, ctx->system.arch); } - SYSDEBUG("%s", "Setting platform\n"); + SYSDEBUG("%s", "Setting platform"); strcpy(ctx->system.platform[DELIVERY_PLATFORM], uts.sysname); if (!strcmp(ctx->system.platform[DELIVERY_PLATFORM], "Darwin")) { sprintf(ctx->system.platform[DELIVERY_PLATFORM_CONDA_SUBDIR], "osx-%s", archsuffix); |
