mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Print hex values with '0x' prefix and octal with '0' in debug messages
Seeing a log message saying 'flags=93' is ambiguous & confusing unless you happen to know that libvirt always prints flags as hex. Change our debug messages so that they always add a '0x' prefix when printing flags, and '0' prefix when printing mode. A few other misc places gain a '0x' prefix in error messages too. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
4
po/mk.po
4
po/mk.po
@@ -13347,12 +13347,12 @@ msgstr "Не успеав да го зачувам доменот %s во %s"
|
||||
|
||||
#: src/lxc/lxc_container.c:990
|
||||
#, fuzzy, c-format
|
||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
||||
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||
msgstr "Не успеав да го зачувам доменот %s во %s"
|
||||
|
||||
#: src/lxc/lxc_container.c:1000
|
||||
#, fuzzy, c-format
|
||||
msgid "Failed to re-mount %s on %s flags=%x"
|
||||
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||
msgstr "Не успеав да го зачувам доменот %s во %s"
|
||||
|
||||
#: src/lxc/lxc_container.c:1035
|
||||
|
||||
Reference in New Issue
Block a user