clean up of debugging functions

FATAL is now replaced by ERROR and active at DEBUG=1 or above
TRACE is active at 2 or above
PRINT(level, ...) can be used for DEBUG= level or abode
INFO is removed


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-06-19 14:53:41 +00:00
parent 93780ea379
commit 5ac4fbd70d
30 changed files with 373 additions and 323 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ NotificationManager::CleanupTeam(team_id team)
}
if (debugcount != 0)
FATAL("NotificationManager::CleanupTeam: removed %d notifications for team %ld\n", debugcount, team);
ERROR("NotificationManager::CleanupTeam: removed %d notifications for team %ld\n", debugcount, team);
fLocker->Unlock();
}