diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-05 16:08:36 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-05 16:08:36 -0500 |
| commit | f69097fef3bd5e7aeac7b1dd0faa5a3522246439 (patch) | |
| tree | 7f0ef16a02cc21ddacbc056bd5b0c62b7178f1ee /src | |
| parent | 3a3d058677f888099f7034127d4fa74e44d52f32 (diff) | |
| download | stasis-f69097fef3bd5e7aeac7b1dd0faa5a3522246439.tar.gz | |
No need to print these every time
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/delivery/delivery_populate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_populate.c b/src/lib/delivery/delivery_populate.c index 11be8ad..30216b2 100644 --- a/src/lib/delivery/delivery_populate.c +++ b/src/lib/delivery/delivery_populate.c @@ -370,7 +370,7 @@ int populate_mission_ini(struct Delivery **ctx, int render_mode) { globals.sysconfdir, "mission", (*ctx)->meta.mission, (*ctx)->meta.mission); } - msg(STASIS_MSG_L2, "Reading mission configuration: %s\n", missionfile); + SYSDEBUG("Reading mission configuration: %s\n", missionfile); (*ctx)->_stasis_ini_fp.mission = ini_open(missionfile); struct INIFILE *ini = (*ctx)->_stasis_ini_fp.mission; if (!ini) { |
