More debugging output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -114,6 +114,7 @@ TRoster::HandleAddApplication(BMessage *request)
|
|||||||
port = -1;
|
port = -1;
|
||||||
if (request->FindBool("full_registration", &fullReg) != B_OK)
|
if (request->FindBool("full_registration", &fullReg) != B_OK)
|
||||||
fullReg = false;
|
fullReg = false;
|
||||||
|
PRINT(("team: %ld, signature: %s\n", team, signature));
|
||||||
// check the parameters
|
// check the parameters
|
||||||
team_id otherTeam = -1;
|
team_id otherTeam = -1;
|
||||||
uint32 launchFlags = flags & B_LAUNCH_MASK;
|
uint32 launchFlags = flags & B_LAUNCH_MASK;
|
||||||
@@ -356,6 +357,7 @@ TRoster::HandleRemoveApp(BMessage *request)
|
|||||||
team_id team;
|
team_id team;
|
||||||
if (request->FindInt32("team", &team) != B_OK)
|
if (request->FindInt32("team", &team) != B_OK)
|
||||||
team = -1;
|
team = -1;
|
||||||
|
PRINT(("team: %ld\n", team));
|
||||||
// remove the app
|
// remove the app
|
||||||
if (error == B_OK) {
|
if (error == B_OK) {
|
||||||
if (RosterAppInfo *info = fRegisteredApps.InfoFor(team)) {
|
if (RosterAppInfo *info = fRegisteredApps.InfoFor(team)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user