Skip to content

Commit 0fce93d

Browse files
authored
Merge pull request #3321 from gdoddsy/dev
Fixing output message to show correct parameter
2 parents 2077906 + 3527872 commit 0fce93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_DatabaseRestore.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ IF (@LogRecoveryOption = N'')
13421342
IF (@StopAt IS NOT NULL)
13431343
BEGIN
13441344

1345-
IF @Execute = 'Y' OR @Debug = 1 RAISERROR('@OnlyLogsAfter is NOT NULL, deleting from @FileList', 0, 1) WITH NOWAIT;
1345+
IF @Execute = 'Y' OR @Debug = 1 RAISERROR('@StopAt is NOT NULL, deleting from @FileList', 0, 1) WITH NOWAIT;
13461346

13471347
IF LEN(@StopAt) <> 14 OR PATINDEX('%[^0-9]%', @StopAt) > 0
13481348
BEGIN

0 commit comments

Comments
 (0)