Skip to content

Commit

Permalink
[MSHADE-382] Add a logging statement when shading is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 18, 2021
1 parent 174b20e commit d41b53e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public void execute()
{
if ( skip )
{
getLog().info( "Shading has been skipped." );
return;
}

Expand Down

0 comments on commit d41b53e

Please sign in to comment.