Skip to content

Commit 13a26a0

Browse files
committed
issue_1180: fixed debug comment
1 parent f68a84f commit 13a26a0

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
@@ -874,7 +874,7 @@ IF @ForceSimpleRecovery = 1
874874

875875
IF @Debug = 1
876876
BEGIN
877-
IF @sql IS NULL PRINT '@sql is NULL for RESTORE DATABASE: @RestoreDatabaseName';
877+
IF @sql IS NULL PRINT '@sql is NULL for SET RECOVERY SIMPLE: @RestoreDatabaseName';
878878
PRINT @sql;
879879
END;
880880

0 commit comments

Comments
 (0)