Changeset 45392


Ignore:
Timestamp:
02/14/21 23:42:36 (3 years ago)
Author:
obi
Message:

add sebug

File:
1 edited

Legend:

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

    r45389 r45392  
    1313        satipclientstop = ostrcat("/etc/init.d/satipclient stop", NULL, 0, 0);
    1414        satipclientstart = ostrcat("/etc/init.d/satipclient start", NULL, 0, 0);
     15
     16        tmpstr = createpluginpath("/satipclient/scan.py", 0);
     17printf("tmpstr: %s\n", tmpstr);
     18
    1519        satipclientscan = ostrcat("python ", createpluginpath("/satipclient/scan.py", 0), 0, 0);
     20printf("satipclientscan: %s\n", satipclientscan);
    1621
    1722        addscreenrc(satipclient, listbox);
Note: See TracChangeset for help on using the changeset viewer.