Fixed cosmetic problem in diagnostic messages: one space was missed, one was extra.
Pointed by Diver. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8dca2efd62
commit
d2f34ea3e7
@ -335,7 +335,7 @@ BLocaleRoster::_GetCatalog(BCatalog* catalog, vint32* catalogInitStatus)
|
||||
}
|
||||
|
||||
if (!found) {
|
||||
log_team(LOG_DEBUG, "Catalog %x doesn't belong to any image !",
|
||||
log_team(LOG_DEBUG, "Catalog %x doesn't belong to any image!",
|
||||
catalog);
|
||||
return catalog;
|
||||
}
|
||||
@ -345,7 +345,7 @@ BLocaleRoster::_GetCatalog(BCatalog* catalog, vint32* catalogInitStatus)
|
||||
char objectSignature[B_MIME_TYPE_LENGTH];
|
||||
if (objectInfo.GetSignature(objectSignature) != B_OK) {
|
||||
log_team(LOG_ERR, "File %s has no mimesignature, so it can't use"
|
||||
"localization.", info.name);
|
||||
" localization.", info.name);
|
||||
return catalog;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user