Changeset 15096


Ignore:
Timestamp:
03/18/13 14:43:53 (12 years ago)
Author:
tbretz
Message:
Fixed a typo in the output.
File:
1 edited

Legend:

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

    r14969 r15096  
    1717
    1818    case "Disconnected":
    19         console.out("Fad in Diconnected... connect.");
     19        console.out("Fadctrl in Diconnected... connect.");
    2020        dim.send("FAD_CONTROL/START");
    2121        return "Connected";
     
    2929    case "Configuring2":
    3030    case "Configured":
    31         console.out("Bias in Configure state... reset.");
     31        console.out("Fadctrl in Configure state... reset.");
    3232        dim.send("FAD_CONTROL/RESET_CONFIGURE");
    3333        return "Connected";
Note: See TracChangeset for help on using the changeset viewer.