Rev 473 | Rev 655 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 473 | Rev 586 | ||
|---|---|---|---|
| Line 111... | Line 111... | ||
| 111 | if (DEBUG_LEVEL>1) { Console.WriteLine("Connected to candaemon"); } |
111 | if (DEBUG_LEVEL>1) { Console.WriteLine("Connected to candaemon"); } |
| 112 | } else { |
112 | } else { |
| 113 | if (DEBUG_LEVEL>0) { Console.WriteLine("Connection to candaemon could not be established, I quit"); } |
113 | if (DEBUG_LEVEL>0) { Console.WriteLine("Connection to candaemon could not be established, I quit"); } |
| 114 | error = true; |
114 | error = true; |
| 115 | } |
115 | } |
| - | 116 | Thread.Sleep(100); |
|
| 116 | } |
117 | } |
| 117 | 118 | ||
| 118 | if (!error && aTerminal) { |
119 | if (!error && aTerminal) { |
| 119 | //terminal mode (==interactive mode) |
120 | //terminal mode (==interactive mode) |
| 120 | bool success = true; |
121 | bool success = true; |