From f65749a18cbbd96f8575772a7f2aaf576480ac7a Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 3 Aug 2002 16:21:47 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@566 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/registrar/RosterShell.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tests/servers/registrar/RosterShell.cpp b/src/tests/servers/registrar/RosterShell.cpp index 0102f86250..84fcfad5e5 100644 --- a/src/tests/servers/registrar/RosterShell.cpp +++ b/src/tests/servers/registrar/RosterShell.cpp @@ -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); + } } }