Skip to content

Commit d029930

Browse files
committed
update debug to use wp-cli group & package name for namespace
1 parent 493a346 commit d029930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Valet_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,6 @@ protected function progressBar($num, $fractionOfSec = 10)
399399
*/
400400
protected static function debug($message)
401401
{
402-
WP_CLI::debug("[valet] $message");
402+
WP_CLI::debug($message, 'aaemnnosttv/wp-cli-valet-command');
403403
}
404404
}

0 commit comments

Comments
 (0)