comparison extensions/app_acct/acct_conf.y @ 979:b90cb4c07160

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:45:03 +0100
parents 2091bf698fb1
children 1af09cc156d6
comparison
equal deleted inserted replaced
978:d978078db9d7 979:b90cb4c07160
81 { 81 {
82 CHECK_PARAMS(acct_config); 82 CHECK_PARAMS(acct_config);
83 83
84 if ( ! acct_config->conninfo) { 84 if ( ! acct_config->conninfo) {
85 fd_log_debug("[app_acct] ERROR: 'ConnInfo' is missing in file '%s'." 85 fd_log_debug("[app_acct] ERROR: 'ConnInfo' is missing in file '%s'."
86 " You can specify 'ConnInfo=\"\";' to use default parameters.\n", conffile); 86 " You can specify 'ConnInfo=\"\";' to use default parameters.", conffile);
87 return EINVAL; 87 return EINVAL;
88 } 88 }
89 if ( ! acct_config->tablename) { 89 if ( ! acct_config->tablename) {
90 fd_log_debug("[app_acct] ERROR: 'Table' value is missing in file '%s'.", conffile); 90 fd_log_debug("[app_acct] ERROR: 'Table' value is missing in file '%s'.", conffile);
91 return EINVAL; 91 return EINVAL;
"Welcome to our mercurial repository"