瀏覽代碼

Display what sector trying to move to, not final.

Steve Thielemann 3 年之前
父節點
當前提交
fe80c4fad7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();