From d2f34ea3e73776432ae3067c1798889a15345b18 Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Sat, 22 Jan 2011 13:20:46 +0000 Subject: [PATCH] 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 --- src/kits/locale/LocaleRoster.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/locale/LocaleRoster.cpp b/src/kits/locale/LocaleRoster.cpp index 6fca2d6c78..c9ee326963 100644 --- a/src/kits/locale/LocaleRoster.cpp +++ b/src/kits/locale/LocaleRoster.cpp @@ -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; }