Skip to content

Commit

Permalink
Merge pull request managarm#1090 from no92/dmesg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Jul 9, 2024
2 parents 8355866 + 0c90777 commit 195b55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/managarm/generic/ensure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace mlibc {
size_t n = 0;
while(message[n])
n++;
HEL_CHECK(helLog(message, n));
HEL_CHECK(helLog(kHelLogSeverityInfo, message, n));
}

void sys_libc_panic() {
Expand Down

0 comments on commit 195b55d

Please sign in to comment.