diff --git a/build.xml b/build.xml
index 30502b36..917ee974 100644
--- a/build.xml
+++ b/build.xml
@@ -549,7 +549,7 @@
-
+
diff --git a/installer/spk/scripts/start-stop-status b/installer/spk/scripts/start-stop-status
index 93b9975b..00b9da81 100644
--- a/installer/spk/scripts/start-stop-status
+++ b/installer/spk/scripts/start-stop-status
@@ -29,7 +29,7 @@ case "$1" in
;;
log)
- // select most recently modified log file (Caveats: the path of the log file must not contain spaces)
+ # Select most recently modified log file (Caveats: the path of the log file must not contain spaces)
find "$APP_ROOT/data" -name "*.log" -type f -print0 | xargs -0 ls -Alt1 | head -n 1 | awk '{print $7}'
exit 0
;;