no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.UI.DebugPrintLevel;
|
||||
@@ -82,7 +83,7 @@ public class SapforAnalysis extends SapforPass {
|
||||
unpack(sapfor.getResult());
|
||||
}
|
||||
if (!isAtomic() && !asDonePhase) {
|
||||
Global.Log.Print(DebugPrintLevel.Passes, "Поиск выполненных фаз..");
|
||||
CommonUtils.MainLog.Print(DebugPrintLevel.Passes, "Поиск выполненных фаз..");
|
||||
sapfor.RunAnalysis(
|
||||
"SPF_GetPassesStateStr",
|
||||
-Global.messagesServer.getPort(),
|
||||
@@ -115,7 +116,7 @@ public class SapforAnalysis extends SapforPass {
|
||||
}
|
||||
}
|
||||
}
|
||||
Global.Log.Print(DebugPrintLevel.Passes, "Фазы получены.");
|
||||
CommonUtils.MainLog.Print(DebugPrintLevel.Passes, "Фазы получены.");
|
||||
}
|
||||
}
|
||||
//---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user