Changeset 141 for trunk/src/reglookup.c


Ignore:
Timestamp:
02/09/09 21:35:24 (15 years ago)
Author:
tim
Message:

improved details of an error message
turned off debugging symbols in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup.c

    r140 r141  
    652652
    653653    if(retr_path_ret == 0)
    654       fprintf(stderr, "WARN: specified path not found.\n");
     654      fprintf(stderr, "WARN: Specified path '%s' not found.\n", path_filter);
    655655    else if (retr_path_ret == 2)
    656656      printKeyTree(iter);
Note: See TracChangeset for help on using the changeset viewer.