From 9e422f01de99052d5aecde39b96f83a41bafb6be Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 2 Mar 2022 11:13:52 +0100 Subject: [PATCH] core/trivial: add comment about "startup complate" log message --- src/core/nm-manager.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/nm-manager.c b/src/core/nm-manager.c index b459e74e8d..a249797384 100644 --- a/src/core/nm-manager.c +++ b/src/core/nm-manager.c @@ -1640,6 +1640,9 @@ check_if_startup_complete(NMManager *self) return; } + /* Most of our logging is not API/stable, but this line is kinda important and + * what people will look for when debugging NetworkManager-wait-online.service. + * Take care before rewording this message. */ _LOGI(LOGD_CORE, "startup complete"); priv->startup = FALSE;