trivial: clearer hostname fallback message

This commit is contained in:
Dan Williams 2010-01-27 17:16:58 -08:00
parent 72f936db31
commit 2d982646b4

View file

@ -461,7 +461,7 @@ update_system_hostname (NMPolicy *policy, NMDevice *best)
return;
}
}
nm_warning ("%s: DHCP-provided hostname '%s' looks invalid; not using it",
nm_warning ("%s: DHCP-provided hostname '%s' looks invalid; ignoring it",
__func__, dhcp4_hostname);
}
}