summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_dump.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-03 18:17:18 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-07 15:29:23 +0200
commitc3362c2f97115d7eecac556cf70034992c46221d (patch)
tree1e3258faf4cc37cf6b0c68dcfb18e7658e612d40 /man/sd_bus_message_dump.xml
parent6635f57d3eeb16051b00ba331da3c8d4f7e578da (diff)
downloadsystemd-c3362c2f97115d7eecac556cf70034992c46221d.tar.gz
Remove message->priority field
A warning is emitted from sd_bus_message_{get,set}_priority. Those functions are exposed by pystemd, so we have no easy way of checking if anything is calling them. Just making the functions always return without doing anything would be an option, but then we could leave the caller with an undefined variable. So I think it's better to make the functions emit a warnings and return priority=0 in the get operation.
Diffstat (limited to 'man/sd_bus_message_dump.xml')
-rw-r--r--man/sd_bus_message_dump.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_message_dump.xml b/man/sd_bus_message_dump.xml
index db9e46d991..720b114273 100644
--- a/man/sd_bus_message_dump.xml
+++ b/man/sd_bus_message_dump.xml
@@ -65,7 +65,7 @@
<para>Output for a signal message (with <constant>SD_BUS_MESSAGE_DUMP_WITH_HEADER</constant>):
<programlisting>
-‣ Type=signal Endian=l Flags=1 Version=1 Priority=0 Cookie=22
+‣ Type=signal Endian=l Flags=1 Version=1 Cookie=22
Path=/value/a Interface=org.freedesktop.DBus.Properties Member=PropertiesChanged
MESSAGE "sa{sv}as" {
STRING "org.freedesktop.systemd.ValueTest";