better messages

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4897 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 17 years ago
parent 6afeb535cd
commit 260553c3a5

@ -1,7 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
<title>YaCy '#[clientname]#': Index Import</title>
//-->
<title>YaCy '#[clientname]#': Crawling Queue Import</title>
#%env/templates/metas.template%#
<meta http-equiv="REFRESH" content="30" />
</head>

@ -83,9 +83,8 @@
#(warningDiskSpaceLow)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
<dd class="hint">On at least of the YaCy used harddrives the left space is to low
(under #[minSpace]#). Because of this all crawling has been disabled. Please fix
this as soon as possible and then restart YaCy.
<dd class="hint">Free disk space is lower than #[minSpace]#. Crawling has been disabled. Please fix
it as soon as possible and restart YaCy.
</dd>
#(/warningDiskSpaceLow)#
@ -146,19 +145,19 @@
#(/hint)#
#(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32" alt="good"/></dt>
<dd class="hint">
</dd>
#(/hint)#
#(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea" /></dt>
<dt class="hintIcon"><img src="env/grafics/start.png" width="32" height="32" alt="start" /></dt>
<dd class="hint">
</dd>
#(/hint)#
#(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea" /></dt>
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad" /></dt>
<dd class="hint">
</dd>
#(/hint)#

@ -136,7 +136,7 @@ public final class resourceObserver {
String key = entry.getKey();
long[] val = entry.getValue();
if (val[1] < MIN_FREE_DISK_SPACE) {
this.log.logWarning("Volume: " + key + " free space to low");
this.log.logWarning("Volume " + key + ": free space is too low");
below = true;
}
}

Loading…
Cancel
Save