Skip to content

Commit

Permalink
Fix Profile name logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomii committed Apr 2, 2012
1 parent edbdf04 commit c6e65da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hosting/NServiceBus.Hosting/Roles/RoleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void ConfigureBusForEndpoint(IConfigureThisEndpoint specifier)
config = roleConfigurer.ConfigureRole(specifier);
Logger.Info("Role " + roleType + " configured");
foreach (var markerProfile in GetMarkerRoles(specifier.GetType(), roleType))
Logger.Info("Role " + roleType + " is marked.");
Logger.Info("Role " + markerProfile + " is marked.");
}
}

Expand Down

0 comments on commit c6e65da

Please sign in to comment.