Changeset 16794 for trunk/FACT++


Ignore:
Timestamp:
06/10/13 12:01:47 (11 years ago)
Author:
tbretz
Message:
output some information so that it is aparent which FTU gives the problem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/CheckFTU.js

    r15296 r16794  
    1414        if (ping[i]==1)
    1515            continue;
     16
     17        var str = "";
     18        for (var h=0; h<4; h++)
     19        {
     20            for (var w=0; w<10; w++)
     21                str += ping[h*10+w];
     22            if (h!=3)
     23                str += '|';
     24        }
     25
     26        console.out(str)
    1627
    1728        console.out("Problems in the FTU communication found.");
Note: See TracChangeset for help on using the changeset viewer.