John Erling Blad has submitted this change and it was merged. Change subject: (minor) consistent debug outut. ......................................................................
(minor) consistent debug outut. This standardizes the way we are using wfDebug/wfDebugLog and wfProfileIn/Out: * For debug output, always use wfDebugLog( __CLASS__, __FUNCTION__ . ": ...." ); * For profiling, always use wfProfileIn( __METHOD__ ) resp wfProfileOut( __METHOD__ ); Change-Id: Iff44342fd9445956d0f361c9e713f3d7d36cf6be --- M client/WikibaseClient.hooks.php M client/includes/ExternalChangesLine.php M client/includes/ExternalRecentChange.php M client/includes/LangLinkHandler.php M client/includes/store/sql/WikiPageEntityLookup.php M repo/Wikibase.hooks.php M repo/includes/EditEntity.php M repo/includes/EntityView.php M repo/includes/PropertyView.php M repo/includes/api/ApiCreateClaim.php M repo/includes/api/ApiEditEntity.php M repo/includes/api/ApiGetClaims.php M repo/includes/api/ApiGetEntities.php M repo/includes/api/ApiLinkTitles.php M repo/includes/api/ApiModifyEntity.php M repo/includes/api/ApiRemoveClaims.php M repo/includes/api/ApiSearchEntities.php M repo/includes/api/ApiSetAliases.php M repo/includes/api/ApiSetClaimValue.php M repo/includes/api/ApiSetDescription.php M repo/includes/api/ApiSetLabel.php M repo/includes/api/ApiSetReference.php M repo/includes/api/ApiSetSiteLink.php M repo/includes/api/RemoveQualifiers.php M repo/includes/api/RemoveReferences.php M repo/includes/api/SetQualifier.php M repo/includes/api/SetStatementRank.php M repo/includes/content/EntityContent.php 28 files changed, 212 insertions(+), 212 deletions(-) Approvals: John Erling Blad: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/38299 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff44342fd9445956d0f361c9e713f3d7d36cf6be Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <daniel.kinz...@wikimedia.de> Gerrit-Reviewer: Anja Jentzsch <anja.jentz...@wikimedia.de> Gerrit-Reviewer: Aude <aude.w...@gmail.com> Gerrit-Reviewer: John Erling Blad <john.b...@wikimedia.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits