Ignore:
Timestamp:
06/09/12 18:20:37 (12 years ago)
Author:
obi
Message:

add debug to mediadb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/imdbapi/imdbapi.h

    r16421 r16424  
    143143                debug(133, "rating: %s", imdbapi->rating);
    144144                debug(133, "votes: %s", imdbapi->votes);
    145                 debug(133, "runtime: %s", imdbapi->runtime);                           
     145                debug(133, "runtime: %s", imdbapi->runtime);
     146                debug(133, "year: %s", imdbapi->year);
     147                debug(133, "rated: %s", imdbapi->rated);
    146148        }
    147149
Note: See TracChangeset for help on using the changeset viewer.