Changeset 41927


Ignore:
Timestamp:
02/24/18 19:34:00 (6 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

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

    r41924 r41927  
    7373// new start
    7474                char *cmd = NULL;
    75                 cmd = ostrcat("/tmp/localhoster/hoster.sh get https://", newurl, 0, 0);
     75                cmd = ostrcat("/tmp/localhoster/hoster.sh get http://", newurl, 0, 0);
     76printf("cmd: %s\n", cmd);
     77
    7678                tmpstr = command(cmd);
     79printf("tmpstr: %s\n", tmpstr);
     80
    7781                free(cmd), cmd = NULL;
    7882// new end
Note: See TracChangeset for help on using the changeset viewer.