Skip to content

Commit 5be364d

Browse files
authored
update CreateHandler stabilization logging (#258)
1 parent a31e120 commit 5be364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/java/templates/init/guided_aws/StubCreateHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private boolean stabilizedOnCreate(
150150
// TODO: put your stabilization code here
151151

152152
final boolean stabilized = true;
153-
logger.log(String.format("%s [%s] has been stabilized.", ResourceModel.TYPE_NAME, model.getPrimaryIdentifier()));
153+
logger.log(String.format("%s [%s] has stabilized: %s", ResourceModel.TYPE_NAME, model.getPrimaryIdentifier(), stabilized));
154154
return stabilized;
155155
}
156156

0 commit comments

Comments
 (0)