We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2af8e1 commit 5af8ce7Copy full SHA for 5af8ce7
php/EE/Runner.php
@@ -875,7 +875,7 @@ private function maybe_trigger_migration() {
875
* in migration file does not trigget migration again.
876
*/
877
if ( $cache->read('migration_running' ) ) {
878
- EE::log( 'Not triggering migrations since they seems to already been running.' );
+ EE::debug( 'Not triggering migrations since they seems to already been running.' );
879
return;
880
}
881
0 commit comments