Commit 72883051f1c947c324e259dc5e323ca3dfaf3737

  • avatar
  • Philipp Sehmisch <crush @theman…orld.org>
  • Sat Oct 17 21:37:12 CEST 2009
Not translating a message sent to log
  
398398 {
399399 // We got disconnected
400400 mState = IDLE;
401 logger->log(_("Disconnected."));
401 logger->log("Disconnected.");
402402 }
403403 else if (ret < 0)
404404 {