Daniel Kinzler 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: I891944e2e8d20ef8fb8db0785e4641612c60fb96
---
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:
  Daniel Kinzler: Verified; Looks good to me, approved


--
To view, visit https://gerrit.wikimedia.org/r/38316
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I891944e2e8d20ef8fb8db0785e4641612c60fb96
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <daniel.kinz...@wikimedia.de>
Gerrit-Reviewer: Daniel Kinzler <daniel.kinz...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to