Fixed a typo.

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

View File

@ -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);
}
}
}