gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1900-ge91f231
Date: Mon, 21 Apr 2014 20:54:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e91f231af7f174aa64dfd6b43a239b4dd6d4d01e (commit)
      from  ae1389512fbc594542fb5b57bacf64d49cfdeb6f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e91f231af7f174aa64dfd6b43a239b4dd6d4d01e


commit e91f231af7f174aa64dfd6b43a239b4dd6d4d01e
Author: Markus Gothe <address@hidden>
Date:   Mon Apr 21 22:55:07 2014 +0200

    log_error() only want 1 and only 1 string. Now it builds.

diff --git a/cygnal/libnet/sslserver.cpp b/cygnal/libnet/sslserver.cpp
index 6a37acb..2866876 100644
--- a/cygnal/libnet/sslserver.cpp
+++ b/cygnal/libnet/sslserver.cpp
@@ -133,7 +133,7 @@ SSLServer::loadDhParams(SSL_CTX *ctx, char *file)
 
     if (dh && ctx) {
        if (SSL_CTX_set_tmp_dh(ctx, dh) < 0) {
-           log_error(_("SSL!!", "Couldn't set DH parameters: %s "),
+           log_error(_("Couldn't set DH parameters: %s "),
                      ERR_reason_error_string(ERR_get_error()));
            return false;
        }

-----------------------------------------------------------------------

Summary of changes:
 cygnal/libnet/sslserver.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]