Skip to content

Commit

Permalink
fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed May 1, 2017
1 parent 55625f4 commit 870d0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected <T extends Site.Page> Model.Page generateChild(final ConfluenceServic

java.net.URI source = child.getUri(getFileExt());

getLog().info( String.format("generateChild spacekey=[%s] parentPageTtile=[%s]\n%s", spaceKey, parentPageTitle, child.toString()));
getLog().info( String.format("generateChild spacekey=[%s] parentPageTitle=[%s]\n%s", spaceKey, parentPageTitle, child.toString()));

try {

Expand Down

0 comments on commit 870d0c7

Please sign in to comment.