Skip to content

Commit 5893804

Browse files
committed
logging success in deletExtraConfig
1 parent 5c5d4b2 commit 5893804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scripts/UnitTests/TestRetrieveAndRank.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ private void OnDeleteExistingConfig(bool success, string data)
382382

383383
private void OnDeleteExistingCluster(bool success, string data)
384384
{
385-
Test(success);
385+
386+
Log.Debug("TestRetrieveAndRank", "OnDeleteExistingCluster Success = {0}!", success);
386387

387388
if (success)
388389
{

0 commit comments

Comments
 (0)