You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/01/13 17:05:49 UTC

incubator-slider git commit: rm tab chars

Repository: incubator-slider
Updated Branches:
  refs/heads/develop cd286c8c9 -> e2c605150


rm tab chars


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

Branch: refs/heads/develop
Commit: e2c6051505d10bd2bb09a2d7f40ae52499aec5a5
Parents: cd286c8
Author: Steve Loughran <st...@apache.org>
Authored: Tue Jan 13 16:05:37 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Tue Jan 13 16:05:37 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/e2c60515/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 59d317e..e6a18bc 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
@@ -1463,8 +1463,8 @@ public class SliderClient extends AbstractSliderLaunchedService implements RunSe
       }
       Path localConfDirPath = SliderUtils.createLocalPath(confDir);
       remoteConfPath = new Path(clusterDirectory, SliderKeys.SUBMITTED_CONF_DIR);
-      log.debug("Slider configuration directory is {}; remote to be {}",
-    		  localConfDirPath, remoteConfPath);
+      log.debug("Slider configuration directory is {}; remote to be {}", 
+          localConfDirPath, remoteConfPath);
       SliderUtils.copyDirectory(config, localConfDirPath, remoteConfPath, null);
 
       File log4jserver =