Changeset 32899


Ignore:
Timestamp:
02/07/15 17:36:13 (9 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32890 r32899  
    41024102
    41034103#ifdef MIPSEL
    4104                 if(ret == 0) addconfig("av_policy", tmpstr2);
     4104                if(ret == 0)
     4105                {
     4106                        debug(10, "write %s to /mnt/config/titan.cfg", tmpstr2);
     4107                        addconfig("av_policy", tmpstr2);
     4108                }
    41054109#else
    41064110                if(ret == 0) addconfig("av_policy", value);
     4111                {
     4112                        debug(10, "write %s to /mnt/config/titan.cfg", value);
     4113                        addconfig("av_policy", value);
     4114                }
    41074115#endif
    41084116        }
Note: See TracChangeset for help on using the changeset viewer.