summaryrefslogtreecommitdiffstats
path: root/src/oom/oomd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/oom/oomd.c')
-rw-r--r--src/oom/oomd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oom/oomd.c b/src/oom/oomd.c
index 28405e2f64..ecc2eda5dc 100644
--- a/src/oom/oomd.c
+++ b/src/oom/oomd.c
@@ -146,7 +146,7 @@ static int run(int argc, char *argv[]) {
r = safe_atollu(swap, &s);
if (r < 0 || s == 0)
- log_warning("Swap is currently not detected; memory pressure usage will be degraded");
+ log_warning("No swap; memory pressure usage will be degraded");
if (!is_pressure_supported())
return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "Pressure Stall Information (PSI) is not supported");