Fixed labels.
This commit is contained in:
parent
dd7a1054b0
commit
8af034256d
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ public class ExportsPage
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
{
|
{
|
||||||
logger.error("Error during JSON export: " + exception.getMessage(), exception);
|
logger.error("Error during ODS export: " + exception.getMessage(), exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -104,7 +104,7 @@ public class ExportsPage
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
{
|
{
|
||||||
logger.error("Error during JSON export: " + exception.getMessage(), exception);
|
logger.error("Error during Uptime export: " + exception.getMessage(), exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue