Skip to content

Commit 144aa31

Browse files
committed
Use print instead of debugPrint
1 parent 73a2e4e commit 144aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/CompilerSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public func _parserConsistencyCheck(
3737
var bufferArray = [UInt8](buffer)
3838
bufferArray.append(0)
3939
if "\(sourceFile)" != String(cString: bufferArray) {
40-
debugPrint(
40+
print(
4141
"\(String(cString: filename)): error: file failed to round-trip")
4242
return 1
4343
}

0 commit comments

Comments
 (0)