Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 25, 2010
1 parent 2db46bd commit 52a8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -114,7 +114,7 @@ if (-r '/etc/resolv.conf') {
$DNS_SERVER = $1;

# Debug
warn qq/DETECTED DNS SERVER $DNS_SERVER\n/ if DEBUG;
warn qq/DETECTED DNS SERVER ($DNS_SERVER)\n/ if DEBUG;
}
}
}
Expand Down

0 comments on commit 52a8e5f

Please sign in to comment.