astyle fixes on logging change

This commit is contained in:
Greg Smith
2011-06-07 00:30:35 -04:00
parent e52f2e88a5
commit 367d0b1afa
4 changed files with 13 additions and 13 deletions

View File

@@ -146,7 +146,7 @@ main(int argc, char **argv)
if (local_options.node == -1)
{
log_err(_("Node information is missing. "
"Check the configuration file, or provide one if you have not done so.\n"));
"Check the configuration file, or provide one if you have not done so.\n"));
exit(ERR_BAD_CONFIG);
}