Remove duplicate debug level and a few stray tabs

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@704 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Stefan Knoblich 2009-03-31 22:20:39 +00:00
parent 391201452a
commit 0454c7c917
1 changed files with 3 additions and 7 deletions

View File

@ -127,10 +127,6 @@ static int parse_debug(const char *in)
flags |= PRI_DEBUG_Q931_ANOMALY;
}
if (strstr(in, "q931_anomaly")) {
flags |= PRI_DEBUG_Q931_ANOMALY;
}
if (strstr(in, "apdu")) {
flags |= PRI_DEBUG_APDU;
}