Skip to content

Commit 5af8ce7

Browse files
committed
Change log to debug
1 parent c2af8e1 commit 5af8ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/EE/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ private function maybe_trigger_migration() {
875875
* in migration file does not trigget migration again.
876876
*/
877877
if ( $cache->read('migration_running' ) ) {
878-
EE::log( 'Not triggering migrations since they seems to already been running.' );
878+
EE::debug( 'Not triggering migrations since they seems to already been running.' );
879879
return;
880880
}
881881

0 commit comments

Comments
 (0)