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