Explorar o código

Display what sector trying to move to, not final.

Steve Thielemann %!s(int64=3) %!d(string=hai) anos
pai
achega
fe80c4fad7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dispatchers.cpp

+ 1 - 1
dispatchers.cpp

@@ -621,7 +621,7 @@ void MoveDispatch::server_prompt(const std::string &prompt) {
         } else {
           to_server("N");
           BUGZ_LOG(fatal) << "density_clear(" << to_check << ") : false";
-          why_failed = str(boost::format("Sector %1% has density %2%.") % move_to %
+          why_failed = str(boost::format("Sector %1% has density %2%.") % to_check %
                            d.density);
           success = false;
           deactivate();