Navigation


Changeset 964:992ef1167344 in freeDiameter


Ignore:
Timestamp:
Mar 10, 2013, 12:55:20 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Children:
965:9b37f34c1b1f, 967:bbc08d58325a
Parents:
963:8702913eb443 (diff), 936:8ee9f8183ab8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge latest 1.1.x version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdd.y

    r961 r964  
    328328                                if (fd == NULL) {
    329329                                        int ret = errno;
    330                                         TRACE_DEBUG_ERROR("Unable to open extension file %s for reading: %s\n", fname, strerror(ret));
    331                                         yyerror (&yylloc, conf, "Error adding extension");
    332                                         YYERROR;
    333                                 }
    334                                 fclose(fd);
     330                                        TRACE_DEBUG_ERROR("WARNING: Unable to open extension file %s for reading: %s\nLD_LIBRARY_PATH will be used.\n", fname, strerror(ret));
     331                                } else {
     332                                        fclose(fd);
     333                                }
    335334                               
    336335                                /* Try and open the configuration file (optional) */
Note: See TracChangeset for help on using the changeset viewer.