Browse Source

Display what sector trying to move to, not final.

Steve Thielemann 3 năm trước cách đây
mục cha
commit
fe80c4fad7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();