comparison extensions/app_diameap/diameap.y @ 974:2091bf698fb1

Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR (as far as sed could find them) with manual fixing afterwards.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:14:35 +0100
parents 64e55fc10ab3
children
comparison
equal deleted inserted replaced
973:60949d03d17a 974:2091bf698fb1
121 free(tmpfile); 121 free(tmpfile);
122 fl = fopen(infile, "r"); 122 fl = fopen(infile, "r");
123 } 123 }
124 if (fl == NULL) { 124 if (fl == NULL) {
125 int ret = errno; 125 int ret = errno;
126 TRACE_DEBUG(INFO, "Unable to open %s plugin file %s for reading: %s\n", $3, infile, strerror(ret)); 126 TRACE_DEBUG(INFO, "Unable to open %s plugin file %s for reading: %s", $3, infile, strerror(ret));
127 yyerror (&yylloc, config, "Error adding EAP Plugin"); 127 yyerror (&yylloc, config, "Error adding EAP Plugin");
128 YYERROR; 128 YYERROR;
129 } 129 }
130 fclose(fl); 130 fclose(fl);
131 131
"Welcome to our mercurial repository"