diff options
-rw-r--r-- | src/org/traccar/helper/Log.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/helper/Log.java b/src/org/traccar/helper/Log.java index 6f5a875bc..df0c9abc1 100644 --- a/src/org/traccar/helper/Log.java +++ b/src/org/traccar/helper/Log.java @@ -66,7 +66,7 @@ public final class Log { writer.close(); writer = null; if (!new File(name).renameTo(new File(name + "." + this.suffix))) { - throw new RuntimeException("Log file renaiming failed"); + throw new RuntimeException("Log file renaming failed"); } } } |