Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Jan 28, 2023
1 parent 736b88b commit 8f4d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_tools/lib/src/mdns_scanner/mdns_scanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class MdnsScanner {
}
} catch (e) {
log.severe(
'Error finding ip of mdns record ${foundMdns.ptrResourceRecord.name} srv target ${foundMdns.mdnsSrvTarget} , will add it with ip 0.0.0.0\n$e',
'Error finding ip of mdns record ${foundMdns.ptrResourceRecord.name} srv target ${foundMdns.mdnsSrvTarget}, will add it with ip 0.0.0.0\n$e',
);
final ActiveHost tempHost = ActiveHost(
internetAddress: InternetAddress('0.0.0.0'),
Expand Down

0 comments on commit 8f4d42b

Please sign in to comment.