core/trivial: add comment about "startup complate" log message

This commit is contained in:
Thomas Haller 2022-03-02 11:13:52 +01:00
parent 237c028e53
commit 9e422f01de
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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;