aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/scope.c
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-08-03 21:15:25 +0100
committerGitHub <noreply@github.com>2021-08-03 21:15:25 +0100
commit788733428d019791ab9d780b4778a472794b3748 (patch)
treea4a264899a594fa62810eeebe799e6749c142668 /src/core/scope.c
parentMerge pull request #20371 from bluca/coverity (diff)
parentbasic/log: use appropriate glyph in log_assert_failed_unreachable() (diff)
downloadsystemd-788733428d019791ab9d780b4778a472794b3748.tar.xz
systemd-788733428d019791ab9d780b4778a472794b3748.zip
Merge pull request #20368 from keszybz/drop-assert-not-reached-text
Drop the text argument from assert_not_reached()
Diffstat (limited to 'src/core/scope.c')
-rw-r--r--src/core/scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/scope.c b/src/core/scope.c
index 1b60af22f3a..560a7d9f3ee 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -562,7 +562,7 @@ static int scope_dispatch_timer(sd_event_source *source, usec_t usec, void *user
break;
default:
- assert_not_reached("Timeout at wrong time.");
+ assert_not_reached();
}
return 0;