X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Futil%2FChannelProperties.java;h=c4c083f30c6c1091373c23bf0344e43384ad6709;hb=a9177efb4097815d9a8031aa22700c61a7d6260a;hp=b0f25eb332f3924d8da2e0b4d5858b1b0d0d3f85;hpb=c932f0e85a8852824cdd8ce790af68682732c85c;p=jalview.git diff --git a/src/jalview/util/ChannelProperties.java b/src/jalview/util/ChannelProperties.java index b0f25eb..c4c083f 100644 --- a/src/jalview/util/ChannelProperties.java +++ b/src/jalview/util/ChannelProperties.java @@ -86,8 +86,8 @@ public class ChannelProperties if (channelPropsURL == null) { // complete failure of channel_properties, set all properties to defaults - jalview.bin.Console.errPrintln("Failed to find '/" + CHANNEL_PROPERTIES_FILENAME - + "' file at '" + jalview.bin.Console.errPrintln("Failed to find '/" + + CHANNEL_PROPERTIES_FILENAME + "' file at '" + (channelPropsURL == null ? "null" : channelPropsURL.toString()) + "'. Using class defaultProps."); @@ -214,7 +214,8 @@ public class ChannelProperties } else { - jalview.bin.Console.errPrintln("Failed to get channel property '" + key + "'"); + jalview.bin.Console + .errPrintln("Failed to get channel property '" + key + "'"); } } return null;