Repository: incubator-slider
Updated Branches:
  refs/heads/develop 06b2106ab -> 8b1854532


IDE warning that two log statements had too many {} entries for their args


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/06ee7270
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/06ee7270
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/06ee7270

Branch: refs/heads/develop
Commit: 06ee727051d88069d8c02e3c0cdb43c1fab90d9e
Parents: fad546e
Author: Steve Loughran <ste...@apache.org>
Authored: Wed Feb 4 11:01:30 2015 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed Feb 4 11:01:30 2015 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/slider/client/SliderClient.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/06ee7270/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
----------------------------------------------------------------------
diff --git 
a/slider-core/src/main/java/org/apache/slider/client/SliderClient.java 
b/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
index 4dfbe4d..27716bd 100644
--- a/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
+++ b/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
@@ -2429,10 +2429,10 @@ public class SliderClient extends 
AbstractSliderLaunchedService implements RunSe
         log.debug("Cluster stop command issued");
 
       } catch (YarnException e) {
-        log.warn("Exception while trying to terminate {}: {}", clustername, e);
+        log.warn("Exception while trying to terminate {}", clustername, e);
         return EXIT_FALSE;
       } catch (IOException e) {
-        log.warn("Exception while trying to terminate {}: {}", clustername, e);
+        log.warn("Exception while trying to terminate {}", clustername, e);
         return EXIT_FALSE;
       }
     }

Reply via email to