Changeset 32242


Ignore:
Timestamp:
01/08/15 19:51:52 (8 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32187 r32242  
    426426                        if(community_pass->ret != NULL && ostrcmp(community_pass->ret, "****") != 0)
    427427                        {
    428                                 debug(10, "community_pass: write");
     428                                debug(99, "community_pass: write");
    429429                                if(strlen(community_pass->ret) != 32)
    430430                                {
    431                                         debug(10, "community_pass: convert to md5");
     431                                        debug(99, "community_pass: convert to md5");
     432                                        debug(99, "community_pass1: %s", community_pass->ret);
    432433                                        community_pass->ret = ostrcat(MDString(community_pass->ret), NULL, 1, 0);
     434                                        debug(99, "community_pass2: %s", community_pass->ret);
    433435                                }
    434436                                addconfigscreen("community_pass", community_pass);
    435437                        }
    436438                        else
    437                                 debug(10, "community_pass: skipped");
     439                                debug(99, "community_pass: skipped");
    438440
    439441                        writeallconfig(1);
Note: See TracChangeset for help on using the changeset viewer.