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:
@@ -335,7 +335,7 @@ BLocaleRoster::_GetCatalog(BCatalog* catalog, vint32* catalogInitStatus)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!found) {
|
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);
|
catalog);
|
||||||
return catalog;
|
return catalog;
|
||||||
}
|
}
|
||||||
@@ -345,7 +345,7 @@ BLocaleRoster::_GetCatalog(BCatalog* catalog, vint32* catalogInitStatus)
|
|||||||
char objectSignature[B_MIME_TYPE_LENGTH];
|
char objectSignature[B_MIME_TYPE_LENGTH];
|
||||||
if (objectInfo.GetSignature(objectSignature) != B_OK) {
|
if (objectInfo.GetSignature(objectSignature) != B_OK) {
|
||||||
log_team(LOG_ERR, "File %s has no mimesignature, so it can't use"
|
log_team(LOG_ERR, "File %s has no mimesignature, so it can't use"
|
||||||
"localization.", info.name);
|
" localization.", info.name);
|
||||||
return catalog;
|
return catalog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user