Skip to content

Commit 83e71bc

Browse files
committed
add WARNING to print statement
1 parent ae3fb03 commit 83e71bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Method OnPull() As %Status
2121
if sc {
2222
write !, ..ModifiedFiles(i).externalName, " was deleted."
2323
} else {
24-
write !, "Deletion of ", ..ModifiedFiles(i).externalName, " failed."
24+
write !, "WARNING: Deletion of ", ..ModifiedFiles(i).externalName, " failed."
2525
}
2626
} else {
2727
set compilelist(internalName) = ""

0 commit comments

Comments
 (0)