Browse Source

- "null action list" warning turned into debugging message (too noisy)

Jan Janak 19 years ago
parent
commit
45319ed9db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      action.c

+ 1 - 1
action.c

@@ -859,7 +859,7 @@ int run_actions(struct action* a, struct sip_msg* msg)
 	}
 
 	if (a==0){
-		LOG(L_ERR, "WARNING: run_actions: null action list (rec_level=%d)\n",
+		DBG("DEBUG: run_actions: null action list (rec_level=%d)\n",
 			rec_lev);
 		ret=0;
 	}