]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fixing a typo in error message
authorDaniel Veillard <veillard@redhat.com>
Thu, 11 Jun 2009 15:34:37 +0000 (15:34 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 11 Jun 2009 15:34:37 +0000 (15:34 +0000)
* qemud/remote.c: fixing a typo pointed out by Runa Bhattacharjee
Daniel

ChangeLog
qemud/remote.c

index f2a6ec71245b6212db86bc8a244889818aba9329..a1167ae47630e1a60a4076239c676a243c0064ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 11 17:33:43 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * qemud/remote.c: fixing a typo pointed out by Runa Bhattacharjee
+
 Thu Jun 11 16:22:22 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * src/node_device_hal.c src/node_device_conf.[ch]: add support
index 2cc2185f02cf0b934a8ad126bfbc8bee14d88079..1071c21ed44533f914b8efd86fb38ceac2c88a0c 100644 (file)
@@ -2958,7 +2958,7 @@ remoteDispatchAuthSaslInit (struct qemud_server *server,
 
         cipher = gnutls_cipher_get(client->tlssession);
         if (!(ssf = (sasl_ssf_t)gnutls_cipher_get_key_size(cipher))) {
-            VIR_ERROR0(_("cannot TLS get cipher size"));
+            VIR_ERROR0(_("cannot get TLS cipher size"));
             sasl_dispose(&client->saslconn);
             client->saslconn = NULL;
             goto authfail;