diff --git a/tools/psdk b/tools/psdk
index 6fdf6316ab23e07b0bcfb0516559c191e0a7dff0..05a94756bb201ae7346fba1cbbb13f504f2c78fd 100755
--- a/tools/psdk
+++ b/tools/psdk
@@ -420,7 +420,7 @@ def persistent_to_conf(persistent_conf_file):
     command = ["sudo", "ln", "-sf", persistent_conf_file, conf_file]
     _run(command)
 
-    print("Configuration file moved to persistent storage. From now on, " +\
+    print("Using configuration file found on persistent storage. From now on, " +\
           "changes made to {} will be saved on the persistent storage.".format(conf_file))
 
 def scan_persistent_etc():