Explorar o código

exec: small typo in log message

Daniel-Constantin Mierla %!s(int64=7) %!d(string=hai) anos
pai
achega
8a501f2be2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/exec/exec_hf.c

+ 1 - 1
src/modules/exec/exec_hf.c

@@ -483,7 +483,7 @@ static int append_fixed_vars(struct sip_msg *msg, struct hf_wrapper **list)
 	} else {
 		if (!append_var(EV_OUSER, oparsed_uri.user.s, 
 					oparsed_uri.user.len, list)) {
-			LM_ERR("ppend_var OUSER failed\n");
+			LM_ERR("append_var OUSER failed\n");
 			goto error;
 		}
 	}