Changeset 40891


Ignore:
Timestamp:
09/01/17 23:31:14 (7 years ago)
Author:
gost
Message:

[plugins] add debug... ip-kamera

File:
1 edited

Legend:

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

    r40878 r40891  
    5656                                        tmpstr = ostrcat(tmpstr, " > /tmp/instar1.jpg", 1, 0);
    5757                                system(tmpstr);
     58                                printf("-> %s\n", tmpstr);
    5859                                free(tmpstr); tmpstr = NULL;
    5960                        }
     
    7879                                        tmpstr = ostrcat(tmpstr, " > /tmp/instar2.jpg", 1, 0);
    7980                                system(tmpstr);
     81                                printf("-> %s\n", tmpstr);
    8082                                free(tmpstr); tmpstr = NULL;
    8183                        }
Note: See TracChangeset for help on using the changeset viewer.