Add a TODO about the log-level.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@629241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-02-19 21:32:58 +00:00
parent ed863374c5
commit 99ef368866
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ public class RegexBasedModelInterpolator
if ( isSnapshotModel && ( value != null ) && ( logger != null ) ) if ( isSnapshotModel && ( value != null ) && ( logger != null ) )
{ {
// TODO: Bring this back into the open once we're ready to deal with it.
logger.debug( "Expression: " + wholeExpr + " is missing its prefix. Instead, use ${pom." logger.debug( "Expression: " + wholeExpr + " is missing its prefix. Instead, use ${pom."
+ realExpr + "} (model: " + model.getId() + ")" ); + realExpr + "} (model: " + model.getId() + ")" );
} }