Changeset 36955


Ignore:
Timestamp:
01/25/16 18:06:56 (8 years ago)
Author:
obi
Message:

cleanup

File:
1 edited

Legend:

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

    r36954 r36955  
    636636
    637637                cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0);
    638                 printf("cmd: %s\n", cmd);
    639638                system(cmd);
    640639                free(cmd), cmd = NULL;
     
    645644                        gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0);
    646645                        cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0);
    647                         printf("cmd: %s\n", cmd);
    648646                        system(cmd);
    649647                        free(cmd), cmd = NULL;
     
    651649
    652650                cmd = ostrcat("chmod -R 755 ", path, 0, 0);
    653                 printf("cmd: %s\n", cmd);
    654651                system(cmd);
    655652                free(cmd), cmd = NULL;
    656653
    657654                cmd = ostrcat("chmod -R 755 /tmp/parser", NULL, 0, 0);
    658                 printf("cmd: %s\n", cmd);
    659655                system(cmd);
    660656                free(cmd), cmd = NULL;
     
    682678                                cmd = ostrcat(cmd, ret1[i].part, 1, 0);
    683679                                cmd = ostrcat(cmd, " init", 1, 0);
    684 
    685                                 printf("[tithek] cmd: %s\n", cmd);
    686                                 debug(10, "cmd: %s", cmd);
    687680                                line = command(cmd);
    688681                                printf("[tithek] add main menuentry: %s\n", line);
Note: See TracChangeset for help on using the changeset viewer.