Repository: incubator-systemml
Updated Branches:
  refs/heads/master 7ba17c7f6 -> fd41f0253


[SYSTEMML-1630] Remove confusing warning for disabled native BLAS

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

Branch: refs/heads/master
Commit: fd41f0253810a8d0ea62e4fb21854229dfe526ef
Parents: 7ba17c7
Author: Niketan Pansare <npan...@us.ibm.com>
Authored: Fri May 26 09:56:02 2017 -0700
Committer: Niketan Pansare <npan...@us.ibm.com>
Committed: Fri May 26 09:56:50 2017 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/sysml/utils/NativeHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/fd41f025/src/main/java/org/apache/sysml/utils/NativeHelper.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/utils/NativeHelper.java 
b/src/main/java/org/apache/sysml/utils/NativeHelper.java
index 883b2a7..4b25d60 100644
--- a/src/main/java/org/apache/sysml/utils/NativeHelper.java
+++ b/src/main/java/org/apache/sysml/utils/NativeHelper.java
@@ -145,7 +145,7 @@ public class NativeHelper {
                        LOG.warn("Time to load native blas: " + 
timeToLoadInMilliseconds + " milliseconds.");
                        }
                        else {
-                               LOG.warn("Using internal Java BLAS as native 
BLAS support the configuration 'native.blas'=" + userSpecifiedBLAS + ".");
+                               LOG.debug("Using internal Java BLAS as native 
BLAS support the configuration 'native.blas'=" + userSpecifiedBLAS + ".");
                        }
                        attemptedLoading = true;
                }

Reply via email to