Skip to content

Commit

Permalink
Tweak 'SelfVolume' Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dakanji committed Mar 2, 2021
1 parent 23906a3 commit 90ef53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainLoader/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ ScanVolumes (
else if (!SelfVolRun) {
#if REFIT_DEBUG > 0
CHAR16 *SelfGUID = GuidAsString (&SelfVolume->PartGuid);
MsgLog ("INFO: Self Volume:- '%s :: %s'\n\n", SelfVolume->VolName, SelfGUID);
MsgLog ("INFO: Self Volume:- '%s::%s'\n\n", SelfVolume->VolName, SelfGUID);
#endif
}
else {
Expand Down

0 comments on commit 90ef53e

Please sign in to comment.