소스 검색

AMBARI-6065. Extra string op_lvl in the command description (dlysnichenko)

Lisnichenko Dmitro 11 년 전
부모
커밋
726f5de9d5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java

+ 0 - 5
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java

@@ -197,11 +197,6 @@ public class AmbariCustomCommandExecutionHelper {
       sb.append(resourceFilter.getComponentName());
     }
 
-    RequestOperationLevel level = actionRequest.getOperationLevel();
-    if (level != null) {
-      sb.append("op_lvl: " + level.getLevel().toString());
-    }
-
     return sb.toString();
   }