Navigation


Changeset 1387:d70f5f6cb306 in freeDiameter for extensions/rt_ereg/rtereg_conf.l


Ignore:
Timestamp:
Oct 15, 2019, 11:25:47 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

rt_ereg: improve logging and locking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_ereg/rtereg_conf.l

    r1127 r1387  
    8181                                CHECK_MALLOC_DO( yylval->string = strdup(yytext+1),
    8282                                {
    83                                         TRACE_DEBUG(INFO, "Unable to copy the string '%s': %s", yytext, strerror(errno));
     83                                        LOG_E("[rt_ereg] unable to copy the string '%s': %s", yytext, strerror(errno));
    8484                                        return LEX_ERROR; /* trig an error in yacc parser */
    8585                                } );
Note: See TracChangeset for help on using the changeset viewer.