Skip to content

Commit

Permalink
complete rename set_proc_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Feb 22, 2016
1 parent 439e5ee commit 6ec4106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mem/memtest.c
Expand Up @@ -64,7 +64,7 @@ void memtest()
char *p[TEST_RUN];
int t;

set_global_debug_level(7);
set_proc_log_level(7);
log_stderr=1;

printf("entering test\n");
Expand Down
2 changes: 1 addition & 1 deletion modules/lua/sipstate.c
Expand Up @@ -311,7 +311,7 @@ static int l_sipstate_setCoreDebug(lua_State *L)
int n;

n = luaL_checkinteger(L, 1);
set_global_debug_level(n);
set_proc_log_level(n);

return 0;
}
Expand Down

0 comments on commit 6ec4106

Please sign in to comment.