Minor error output change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cd05d511e6
commit
310c813fa8
@ -362,7 +362,7 @@ main()
|
|||||||
status_t error;
|
status_t error;
|
||||||
Registrar *app = new Registrar(&error);
|
Registrar *app = new Registrar(&error);
|
||||||
if (error != B_OK) {
|
if (error != B_OK) {
|
||||||
fprintf(stderr, "Failed to create the BApplication: %s\n",
|
fprintf(stderr, "REG: Failed to create the BApplication: %s\n",
|
||||||
strerror(error));
|
strerror(error));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user