Skip to content

Commit db6a2dc

Browse files
committed
Add log message
1 parent 9b86305 commit db6a2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migrations/container/20181225063950_service-command_change_global_service_container_names.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ public static function update_cache_host( $site_info ) {
217217
if ( ! EE::exec( $update_hostname_constant ) ) {
218218
throw new \Exception( sprintf( 'Unable to update cache host of %s', $site_info->site_url ) );
219219
}
220+
221+
EE::log( sprintf( '%s Updated cache-host successfully', $site_info->site_url ) );
220222
}
221223

222224
}

0 commit comments

Comments
 (0)