Typo in error message.
This commit is contained in:
parent
ac7fcdc399
commit
4b7a0273e3
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: defs.c,v 1.8 1997/12/24 09:28:56 brian Exp $
|
||||
* $Id: defs.c,v 1.9 1997/12/27 13:45:47 brian Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -89,7 +89,7 @@ GetShortHost()
|
||||
char *p;
|
||||
|
||||
if (gethostname(VarShortHost, sizeof VarShortHost)) {
|
||||
LogPrintf(LogERROR, "GetShortHost: gethostbyname: %s\n", strerror(errno));
|
||||
LogPrintf(LogERROR, "GetShortHost: gethostname: %s\n", strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user