changeset 12450:a129863f71e4 octave-forge

Cosmetic change to a message
author prnienhuis
date Sat, 26 Apr 2014 12:10:29 +0000
parents 4e2f17cc8e70
children 9b58138d5b07
files main/io/inst/private/__chk_java_sprt__.m
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__chk_java_sprt__.m	Sat Apr 26 12:09:36 2014 +0000
+++ b/main/io/inst/private/__chk_java_sprt__.m	Sat Apr 26 12:10:29 2014 +0000
@@ -22,7 +22,8 @@
 ## 2013-12-20 Copyright string updates
 ##     ''     dbug info argument added (for chk_spreadsheet_support)
 ##     ''     java_invoke -> javaMethod
-## 2014-01-08 Tiny style fix
+## 2014-01-08 Tiny style fix
+## 2014-04-26 Cleaned up message
 
 function [ tmp1, jcp ] = __chk_java_sprt__ (dbug=0)
 
@@ -40,7 +41,7 @@
     endif
     ## If we get here, at least Java works. 
     if (dbug > 1)
-      printf ("Java seems to work OK.\n");
+      printf ("  Java seems to work OK.\n");
     endif
     ## Now check for proper version (>= 1.6)
     jver = ...