Changeset 13199


Ignore:
Timestamp:
01/11/12 21:19:43 (12 years ago)
Author:
obi
Message:

add more ipkg debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ipkg.h

    r13125 r13199  
    595595                                ret3 = strsplit(tmpstr1, "\n", &count3);
    596596                                int skip = 0;
     597
     598                                debug(130, "check list_installed");
    597599                                for(a = 0; a < count3; a++)
    598600                                {
     601                                        debug(130, "node->name=%s", node->name);
     602                                        debug(130, "(&ret3[a])->part=%s", (&ret3[a])->part);
    599603                                        if(ostrcmp((&ret3[a])->part, node->name) == 0)
    600604                                        {
Note: See TracChangeset for help on using the changeset viewer.