]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirtd: mark strings for translation, including --help output
authorJim Meyering <meyering@redhat.com>
Thu, 20 May 2010 08:01:32 +0000 (10:01 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 22 May 2010 21:09:30 +0000 (23:09 +0200)
commit0c31633834eb64e60249ac58d79c426437800c9c
tree79c6dcf5daf2e6f0a837af97b71df54d34e937c6
parent0e1f4633d0e089bd4a3c0f925118afd2cc22090b
libvirtd: mark strings for translation, including --help output

* daemon/libvirtd.c (daemonForkIntoBackground, main): Mark strings
for translation.
(usage): Rework --help so that it is translatable, replacing
each embedded, configuration-dependent, macro with an `%s'.

libvirtd: don't ignore virInitialize failure
* daemon/libvirtd.c (main): Diagnose virInitialize failure
and exit nonzero.
daemon/libvirtd.c