print loading/saving dynamic profile messages only in verbose mode (forgot one from previous commit)
This commit is contained in:
@@ -526,6 +526,8 @@ void DynamicProfilePanel::save()
|
|||||||
printf("Error in saving dynamic profile rules\n");
|
printf("Error in saving dynamic profile rules\n");
|
||||||
} else {
|
} else {
|
||||||
profileStore.setDynamicProfileRules(rules);
|
profileStore.setDynamicProfileRules(rules);
|
||||||
|
if (options.rtSettings.verbose) {
|
||||||
printf("Saved %d dynamic profile rules\n", int(rules.size()));
|
printf("Saved %d dynamic profile rules\n", int(rules.size()));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user