diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-09-27 09:07:24 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-09-27 09:07:24 +0000 |
commit | d06a8cee25c07fae7b457cc1459880a178d98734 (patch) | |
tree | a1b542c441ceb2c9eeb23cb1339add5b21227d1c | |
parent | 20a95cf4287d09bc317a7adf273983ed3614c542 (diff) |
api: add comment about "MSG" level being available only since 1.22
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.xml b/introspection/org.freedesktop.ModemManager1.xml index adaf592e..df123864 100644 --- a/introspection/org.freedesktop.ModemManager1.xml +++ b/introspection/org.freedesktop.ModemManager1.xml @@ -32,7 +32,7 @@ <!-- SetLogging: @level: One of <literal>"ERR"</literal>, <literal>"WARN"</literal>, - <literal>"MSG"</literal>, <literal>"INFO"</literal>, <literal>"DEBUG"</literal>. + <literal>"MSG"</literal> (since 1.22), <literal>"INFO"</literal>, <literal>"DEBUG"</literal>. Set logging verbosity. |