mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 17:10:26 +01:00
core/trivial: add comment about "startup complate" log message
This commit is contained in:
parent
237c028e53
commit
9e422f01de
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue