Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 1, 2024
1 parent 6b2fa56 commit 5d16292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/includes/OAuth/Common/Storage/DoliStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function storeAccessToken($service, TokenInterface $tokenobj)

//var_dump("storeAccessToken");
//var_dump($token);
dol_syslog("storeAccessToken service=".$service);
dol_syslog(__METHOD__." storeAccessToken service=".$service);

$servicepluskeyforprovider = $service;
if (!empty($this->keyforprovider)) {
Expand Down

0 comments on commit 5d16292

Please sign in to comment.