Fix typo in debug_print_msg()
diff --git a/library/debug.c b/library/debug.c
index 92559c2..f2dd776 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -88,7 +88,7 @@
 
     if( debug_log_mode == POLARSSL_DEBUG_LOG_RAW )
     {
-        ssl->f_dbg( ssl->p_dbg, level, str );
+        ssl->f_dbg( ssl->p_dbg, level, text );
         return;
     }