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 "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=24c2708e845c563e3179b781e8969bb66bca1feb

The branch, master has been updated
       via  24c2708e845c563e3179b781e8969bb66bca1feb (commit)
      from  062d4941fbb8c96ee721e542dbbea10ef4f27041 (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 -----------------------------------------------------------------
commit 24c2708e845c563e3179b781e8969bb66bca1feb
Author: Simon Josefsson <[email protected]>
Date:   Mon Jun 6 21:45:49 2011 +0200

    Print warnings to stderr.
    
    Reported by Jacek Konieczny <[email protected]>.

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

Summary of changes:
 src/callbacks.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/callbacks.c b/src/callbacks.c
index b299930..a994617 100644
--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -1,5 +1,5 @@
 /* callbacks.c --- Implementation of gsasl callbacks.
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Simon 
Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011  
Simon Josefsson
  *
  * This file is part of GNU SASL.
  *
@@ -206,7 +206,9 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property 
prop)
       break;
 
     default:
-      printf ("Mechanism requested unsupported property `%d'.\n", prop);
+      fprintf (stderr,
+              "warning: mechanism requested unsupported property `%d'\n",
+              prop);
       break;
     }
 


hooks/post-receive
-- 
GNU gsasl

_______________________________________________
Gsasl-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to