summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
diff options
context:
space:
mode:
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c')
-rw-r--r--SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c b/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
index 045026508e..2b85559aef 100644
--- a/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
+++ b/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
@@ -59,7 +59,7 @@ DebugPortInitialize (
Status = SerialPortInitialize ();
if (RETURN_ERROR(Status)) {
- DEBUG ((EFI_D_ERROR, "Debug Serial Port: Initialization failed!\n"));
+ DEBUG ((DEBUG_ERROR, "Debug Serial Port: Initialization failed!\n"));
}
if (Function != NULL) {
@@ -151,4 +151,3 @@ DebugPortPollBuffer (
{
return SerialPortPoll ();
}
-