Skip to content

Commit 89e4525

Browse files
committed
Made warning that we are using event_file more clear that we are doing it because we are using system_health
1 parent 5e28138 commit 89e4525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_HumanEvents/sp_HumanEventsBlockViewer.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ END
319319
IF @is_system_health = 1
320320
AND @target_type IS NULL
321321
BEGIN
322-
RAISERROR('No @target_type specified, using ''event_file''.', 0, 1) WITH NOWAIT;
322+
RAISERROR('No @target_type specified, using ''event_file'' for system_health.', 0, 1) WITH NOWAIT;
323323
SELECT
324324
@target_type = 'event_file';
325325
END

0 commit comments

Comments
 (0)