summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-26 14:20:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-26 14:20:31 +0000
commit9e62b1afe4fcd7b957323bdc996c5d422fea6047 (patch)
treebea97d173b10709423ad81aca2fa3af139a41444
parent24f4a2a8cfd561657ce25ebf93470716f07397fe (diff)
downloadrockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.tar.gz
rockbox-9e62b1afe4fcd7b957323bdc996c5d422fea6047.zip
hush the "skips due to size restraints" text as you normally don't care
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11352 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xwps/wpsbuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 4f92b876ac..dd8c91d0fb 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -277,7 +277,7 @@ while(<WPS>) {
}
else {
#print "(${wps_prefix}-${rwidth}x${rheight}x$rdepth) ";
- print "Skip $wps due to size restraints\n";
+ #print "Skip $wps due to size restraints\n";
}
$within = 0;
}