Skip to content

Commit

Permalink
HORNETQ-1333 - Spurious WARN messages after XmlDataImporter deletes t…
Browse files Browse the repository at this point in the history
…emp file
  • Loading branch information
jbertram committed Mar 7, 2014
1 parent ad90b3e commit ae647be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ private void sendMessage(ArrayList<String> queues, Message message) throws Excep
{
HornetQServerLogger.LOGGER.warn("Could not delete: " + tempFileName);
}
tempFileName = "";
}
}

Expand Down

0 comments on commit ae647be

Please sign in to comment.