summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-02 11:13:52 +0100
committerThomas Haller <thaller@redhat.com>2022-03-02 11:35:59 +0100
commit9e422f01de99052d5aecde39b96f83a41bafb6be (patch)
tree1a33c76809a9d71519561d50d9b1e5385c3a3de7
parent237c028e536c4dc282e8bc87211f0ddfdc046a36 (diff)
downloadNetworkManager-9e422f01de99052d5aecde39b96f83a41bafb6be.tar.gz
core/trivial: add comment about "startup complate" log message
-rw-r--r--src/core/nm-manager.c3
1 files changed, 3 insertions, 0 deletions
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;