HaikuDepot: code clean-up from #12793

This commit is contained in:
Andrew Lindesay
2016-10-21 21:52:13 +13:00
parent f4f6b874bf
commit be29847471
+4 -3
View File
@@ -869,7 +869,8 @@ Model::PopulateWebAppRepositoryCode(DepotInfo& depotInfo)
depotInfo.WebAppRepositoryCode().String(),
depotInfo.Name().String());
} else {
printf("unable to find the 'code' in the api response for local depot '%s'\n",
printf("unable to find the 'code' in the api response for "
"local depot '%s'\n",
depotInfo.Name().String());
}
} else {
@@ -881,7 +882,8 @@ Model::PopulateWebAppRepositoryCode(DepotInfo& depotInfo)
depotInfo.BaseURL().String());
}
} else {
printf("missing base url for depot info %s --> will not obtain web app repository code\n",
printf("missing base url for depot info %s --> will not obtain web app "
"repository code\n",
depotInfo.Name().String());
}
}
@@ -1075,7 +1077,6 @@ Model::_PopulatePackageInfos(PackageList& packages, bool fromCacheOnly,
if (status == B_OK) {
// Parse message
// info.PrintToStream();
BMessage result;
BMessage pkgs;
if (info.FindMessage("result", &result) == B_OK