Skip to content
Snippets Groups Projects
Commit a1a57018 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

change the debug level to 3 for an exceedingly annoying message

(3-deep nested loop)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 8f4d728f
Branches
Tags
No related merge requests found
......@@ -477,7 +477,7 @@ static void rebuild_matrix(int samples)
tr_matrix[x][z].step = tr_matrix[x][y].step;
tr_matrix[x][z].cost = newcost;
tr_matrix[x][z].multistep = 1;
ast_debug(1, "Discovered %d cost path from %s to %s, via %d\n", tr_matrix[x][z].cost, ast_getformatname(x), ast_getformatname(z), y);
ast_debug(3, "Discovered %d cost path from %s to %s, via %d\n", tr_matrix[x][z].cost, ast_getformatname(x), ast_getformatname(z), y);
changed++;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment