X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/48fe8b4114532c04fc200d91fdc3f5315d47c97f..2d033e9c995d385fcd69cb604bf8814de4d1ccec:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 291cb69c..c38dd061 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -189,7 +189,7 @@ message_fd (char **vec) struct stat st; if ((tfile = m_mktemp2(NULL, invo_name, &fd, NULL)) == NULL) { - advise(NULL, "unable to create temporary file in %s", get_temp_dir()); + inform("unable to create temporary file in %s", get_temp_dir()); return NOTOK; } (void) m_unlink(tfile); /* Use fd, no longer need the file name. */ @@ -255,7 +255,7 @@ header_fd (void) charstring_t scanl = NULL; if ((tfile = m_mktemp2(NULL, invo_name, &fd, NULL)) == NULL) { - advise(NULL, "unable to create temporary file in %s", get_temp_dir()); + inform("unable to create temporary file in %s", get_temp_dir()); return NOTOK; } (void) m_unlink(tfile); /* Use fd, no longer need the file name. */