Skip to content

Commit 51fe67c

Browse files
committed
Add missing log line
1 parent 9a567ab commit 51fe67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/BuildMaterializedTables

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ if ($build_all || $options{release_first_release_date}) {
110110
}
111111

112112
if ($build_all || $options{recording_first_release_date}) {
113+
log_info { 'Building recording_first_release_date ...' };
113114
if (
114115
!$force &&
115116
$c->sql->select_single_value('SELECT 1 FROM recording_first_release_date LIMIT 1')

0 commit comments

Comments
 (0)