Skip to content

Commit

Permalink
SAK-23183 - IdUnusedException unnecessarily thrown.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/common/trunk@119413 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Jan 31, 2013
1 parent 9db4785 commit 11bb8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected void processMerge(String fileName, String siteId, StringBuilder result
theSite = m_siteService.getSite(siteId);
}
catch (IdUnusedException ignore) {
M_log.warn(ignore,ignore);
M_log.info("Site not found for id:"+siteId+". New site will be created.");
}

// read the whole file into a DOM
Expand Down

0 comments on commit 11bb8aa

Please sign in to comment.