fixes after review

This commit is contained in:
zzz
2011-08-22 19:09:09 +00:00
parent 5fd7997661
commit 20c77e1529
7 changed files with 46 additions and 40 deletions

View File

@ -201,7 +201,7 @@ public class Daemon {
}
} catch (DataFormatException dfe) {
if (log != null)
log.append("Invalid b64 for" + key + " From: " + sub.getLocation());
log.append("Invalid b64 for " + key + " From: " + sub.getLocation());
invalid++;
}
total++;