Author: ruschein
Date: 2010-02-03 16:08:08 -0800 (Wed, 03 Feb 2010)
New Revision: 19173

Modified:
   cytoscape/trunk/src/cytoscape/util/OpenBrowser.java
Log:
Now we log failures to launch a browser as errors rather than as warnings.

Modified: cytoscape/trunk/src/cytoscape/util/OpenBrowser.java
===================================================================
--- cytoscape/trunk/src/cytoscape/util/OpenBrowser.java 2010-02-04 00:04:28 UTC 
(rev 19172)
+++ cytoscape/trunk/src/cytoscape/util/OpenBrowser.java 2010-02-04 00:08:08 UTC 
(rev 19173)
@@ -79,7 +79,7 @@
                        succeeded = openURLOnLinux(url, defBrowser);
 
                if (!succeeded)
-                       CyLogger.getLogger().warn("failed to launch browser!");
+                       CyLogger.getLogger().error("failed to launch browser!");
        }
 
        private static boolean openURLOnWindows(final String url, final String 
defBrowser) {

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to