Added logging for server using syslog.

This commit is contained in:
lotodore
2007-10-23 21:26:07 +00:00
parent ae030a3669
commit b4848532f9
12 changed files with 175 additions and 111 deletions
+1 -1
View File
@@ -1907,7 +1907,7 @@ void mainWindowImpl::provideMyActions() {
//if text changed on checked button --> uncheck to prevent unwanted actions
if((pushButtonCallCheckString != lastPushButtonCallCheckString && pushButton_CallCheck->isChecked()) || (pushButtonBetRaiseString != lastPushButtonBetRaiseString && pushButton_BetRaise->isChecked()) ) {
cout << "jo" << endl;
// cout << "jo" << endl;
uncheckMyButtons();
resetMyButtonsCheckStateMemory();
}