summaryrefslogtreecommitdiff
path: root/po/ml.po
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2017-09-25 11:43:33 +0100
committerDaniel P. Berrange <berrange@redhat.com>2017-09-25 13:34:53 +0100
commit32d6c7386d8d8b7b54734a1f8dd75a9e39f02b8c (patch)
tree80476094dd20b3f6276ad3b220c9c4f1640f9e44 /po/ml.po
parentb482925c2277e906542faea52ef587a5c0aa1f5f (diff)
downloadlibvirt-32d6c7386d8d8b7b54734a1f8dd75a9e39f02b8c.tar.gz
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>
Diffstat (limited to 'po/ml.po')
-rw-r--r--po/ml.po12
1 files changed, 6 insertions, 6 deletions
diff --git a/po/ml.po b/po/ml.po
index 4e8755889d..fbf824789e 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -13583,14 +13583,14 @@ msgid "Failed to make mount %s readonly"
msgstr ""
#: src/lxc/lxc_container.c:990
-#, c-format
-msgid "Failed to mount %s on %s type %s flags=%x"
-msgstr ""
+#, fuzzy, c-format
+msgid "Failed to mount %s on %s type %s flags=0x%x"
+msgstr "%s, %s-ല്‍ (തരം %s) മൌണ്ട് ചെയ്യുന്നതില്‍ പരാജയം"
#: src/lxc/lxc_container.c:1000
-#, c-format
-msgid "Failed to re-mount %s on %s flags=%x"
-msgstr ""
+#, fuzzy, c-format
+msgid "Failed to re-mount %s on %s flags=0x%x"
+msgstr "%s, %s-ല്‍ (തരം %s) മൌണ്ട് ചെയ്യുന്നതില്‍ പരാജയം"
#: src/lxc/lxc_container.c:1035
#, c-format