aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/prefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/prefs.py b/mpm/python/usrp_mpm/prefs.py
index 55b6d803d..eb0cec21b 100644
--- a/mpm/python/usrp_mpm/prefs.py
+++ b/mpm/python/usrp_mpm/prefs.py
@@ -34,6 +34,7 @@ class _MPMPrefs(configparser.ConfigParser):
Said dictionary needs to be compatible with the ConfigParser.read_dict()
API call (refer to the Python documentation).
"""
+ # Note: When changing this, you might also want to update host/docs/configfiles.dox
default_prefs = {
'mpm': {
'log_level': MPM_DEFAULT_LOG_LEVEL,