Changeset 40006


Ignore:
Timestamp:
02/13/17 01:30:28 (7 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r39993 r40006  
    884884        tmpstr = command(link);
    885885        tmpstr = string_newline(tmpstr);
    886         printf("0000000\n");
     886        debug(99, "tmpstr: %s", tmpstr);
    887887
    888888        if(ostrstr(tmpstr, "gethoster2") != NULL)
     
    897897
    898898        free(tmpstr), tmpstr = NULL;
     899
     900        debug(99, "streamurl: %s", streamurl);
    899901
    900902        return streamurl;
Note: See TracChangeset for help on using the changeset viewer.