Fixed a typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5ca9f21f13
commit
f65749a18c
@ -182,8 +182,10 @@ public:
|
||||
"message to team %ld\n", team);
|
||||
printf(" %s\n", strerror(error));
|
||||
}
|
||||
} else
|
||||
printf("quit: could create a messenger for team %ld\n", team);
|
||||
} else {
|
||||
printf("quit: failed to create a messenger for team %ld\n",
|
||||
team);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user