Removing stray non-ASCII character

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5171 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-02-02 03:10:08 +00:00
parent 2732c839d4
commit 43fb11b923
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class FSLockWithShared {
return false;
}
catch (IOException e) {
logger.warn(String.format("WARNING: ßUnable to lock file %s: %s.",file.getAbsolutePath(),e.getMessage()));
logger.warn(String.format("WARNING: Unable to lock file %s: %s.",file.getAbsolutePath(),e.getMessage()));
if(throwExceptionOnUnknownFailure)
throw new FileSystemInabilityToLockException(e.getMessage(),e);
else