mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LookupServer: Fix confusing copy/paste error in debug message
This commit is contained in:
parent
1e82c2708d
commit
46ad69cd1e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Messages::LookupServer::LookupNameResponse ConnectionFromClient::lookup_name(Str
|
|||
{
|
||||
auto maybe_answers = LookupServer::the().lookup(name, DNSRecordType::A);
|
||||
if (maybe_answers.is_error()) {
|
||||
dbgln("LookupServer: Failed to lookup PTR record: {}", maybe_answers.error());
|
||||
dbgln("LookupServer: Failed to lookup A record: {}", maybe_answers.error());
|
||||
return { 1, {} };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue