Skip to content

Commit

Permalink
fixup! fixup! Fixes #18835: Make more clear error message when severa…
Browse files Browse the repository at this point in the history
…l rudder.war are present

Fixes #18835: Make more clear error message when several rudder.war are present
  • Loading branch information
fanf committed Jan 15, 2021
1 parent 8550fba commit ffba5b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ReportsExecutionService (
logger.error(s"There is an inconsistency in the processed agent runs: last process report id should be ${idForCheck} " +
s"but the value ${lastReportId} was retrieve from base. Check that you don't have several Rudder application " +
s"using the same database (for example, you have several rudder archives with '.war' extension in " +
s"/opt/rudder/share/webapp/), or report that message to you support")
s"/opt/rudder/share/webapp/), or report that message to your support")
}

// compute the interval we'll catch up report on
Expand Down

0 comments on commit ffba5b0

Please sign in to comment.