X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/221548ea735d938b83f081a654ba93fbb0de747a..a80e3521e108c8c625c40595453e235e43d84800:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index 32051c52..a655effc 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -1,8 +1,6 @@ /* * context_read.c -- find and read profile and context files * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -113,7 +111,7 @@ context_read (void) free (cp); if (!makedir (nd)) - adios (NULL, "unable to create", nd); + adios (NULL, "unable to create %s", nd); } else if ((st.st_mode & S_IFDIR) == 0)