Browse Source

pv: rpc commands updated to use rpl_printf()

Daniel-Constantin Mierla 11 years ago
parent
commit
3fd39e264d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/pv/pv_shv.c

+ 1 - 1
modules/pv/pv_shv.c

@@ -755,7 +755,7 @@ void rpc_shv_set(rpc_t* rpc, void* c)
 		rpc->fault(c, 500, "Cannot set shared variable value");
 		LM_ERR("cannot set shv value\n");
 	} else {
-		rpc->printf(c, "Ok. Variable set to new value.");
+		rpc->rpl_printf(c, "Ok. Variable set to new value.");
 	}
 
 	unlock_shvar(shv);