More debugging output.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-08-03 16:20:42 +00:00
parent 9986313c0c
commit 5ca9f21f13

View File

@ -114,6 +114,7 @@ TRoster::HandleAddApplication(BMessage *request)
port = -1;
if (request->FindBool("full_registration", &fullReg) != B_OK)
fullReg = false;
PRINT(("team: %ld, signature: %s\n", team, signature));
// check the parameters
team_id otherTeam = -1;
uint32 launchFlags = flags & B_LAUNCH_MASK;
@ -356,6 +357,7 @@ TRoster::HandleRemoveApp(BMessage *request)
team_id team;
if (request->FindInt32("team", &team) != B_OK)
team = -1;
PRINT(("team: %ld\n", team));
// remove the app
if (error == B_OK) {
if (RosterAppInfo *info = fRegisteredApps.InfoFor(team)) {