(main): Improve error message if can't create lock file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
|
||||
|
||||
* movemail.c (main): Improve error message if can't create lock file.
|
||||
|
||||
2000-01-28 Eric Hanchrow <offby1@blarg.net>
|
||||
|
||||
* emacsclient.c (socket_status): New function.
|
||||
|
||||
@@ -328,7 +328,7 @@ main (argc, argv)
|
||||
if (desc < 0)
|
||||
{
|
||||
char *message = (char *) xmalloc (strlen (tempname) + 50);
|
||||
sprintf (message, "%s--see source file lib-src/movemail.c",
|
||||
sprintf (message, "can't create %s to become the lock file",
|
||||
tempname);
|
||||
pfatal_with_name (message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user