[sr-dev] git:master: modules_k/sqlops: fix typo in sql_parse_param()

Alex Hermann alex at speakup.nl
Sat Aug 20 10:25:28 CEST 2011


Module: sip-router
Branch: master
Commit: a470a5e5502fc677c4029d9a4870479676a6259c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a470a5e5502fc677c4029d9a4870479676a6259c

Author: Alex Hermann <alex at speakup.nl>
Committer: Alex Hermann <alex at speakup.nl>
Date:   Fri Aug 19 13:10:12 2011 +0200

modules_k/sqlops: fix typo in sql_parse_param()

---

 modules_k/sqlops/sql_api.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/sqlops/sql_api.c b/modules_k/sqlops/sql_api.c
index a61b00a..5924b8f 100644
--- a/modules_k/sqlops/sql_api.c
+++ b/modules_k/sqlops/sql_api.c
@@ -586,7 +586,7 @@ int sql_parse_param(char *val)
 
 	return sql_init_con(&name, &tok);
 error:
-	LM_ERR("invalid htable parameter [%.*s] at [%d]\n", in.len, in.s,
+	LM_ERR("invalid sqlops parameter [%.*s] at [%d]\n", in.len, in.s,
 			(int)(p-in.s));
 	return -1;
 }




More information about the sr-dev mailing list