This commit is contained in:
jrandom
2004-05-07 03:29:06 +00:00
committed by zzz
parent 89bc5db3e1
commit 2df0007a10
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ class PersistenceHelper {
_log.error("Error formatting " + val + " into a long", nfe);
}
} else {
_log.error("Key " + prefix + name + " does not exist");
_log.warn("Key " + prefix + name + " does not exist");
}
return 0;
}