[Pvfs2-cvs] commit by kunkel in pvfs2/src/common/dotconf: dotconf.c
CVS commit program
cvs at parl.clemson.edu
Wed May 23 16:49:09 EDT 2007
Update of /projects/cvsroot/pvfs2/src/common/dotconf
In directory parlweb1:/tmp/cvs-serv20193/src/common/dotconf
Modified Files:
Tag: pvfs2-kunkel-tas-branch
dotconf.c
Log Message:
Merge HEAD changes to TAS-branch.
Index: dotconf.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/dotconf/dotconf.c,v
diff -p -u -r1.13 -r1.13.6.1
--- dotconf.c 16 Sep 2006 21:48:05 -0000 1.13
+++ dotconf.c 23 May 2007 20:49:09 -0000 1.13.6.1
@@ -176,7 +176,7 @@ char *PINT_dotconf_substitute_env(
if (*cp1 != '}')
{
PINT_dotconf_warning(configfile, DCLOG_WARNING, ERR_PARSE_ERROR,
- "Unbalanced '{'");
+ "Unbalanced '{'\n");
}
else
{
@@ -388,7 +388,7 @@ char *PINT_dotconf_get_here_document(
}
if (here_string)
PINT_dotconf_warning(configfile, DCLOG_WARNING, ERR_PARSE_ERROR,
- "Unterminated here-document!");
+ "Unterminated here-document!\n");
here_doc[offset - 1] = '\0'; /* strip newline */
@@ -758,7 +758,7 @@ const char *PINT_dotconf_handle_command(
if (error)
return error;
PINT_dotconf_warning(configfile, DCLOG_INFO, ERR_UNKNOWN_OPTION,
- "Unknown Config-Option: '%s'", name);
+ "Unknown Config-Option: '%s'\n", name);
return NULL;
}
@@ -1484,7 +1484,7 @@ DOTCONF_CB(dotconf_cb_include)
if ((len = (strlen(cmd->data.str) + inclen + 1)) == CFG_MAX_FILENAME)
{
PINT_dotconf_warning(cmd->configfile, DCLOG_WARNING, ERR_INCLUDE_ERROR,
- "Absolute filename too long (>%d)",
+ "Absolute filename too long (>%d)\n",
CFG_MAX_FILENAME);
return NULL;
}
More information about the Pvfs2-cvs
mailing list