]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - autorandr.py
Direct --match-edid renaming of output messages to stderr
[deb_pkgs/autorandr.git] / autorandr.py
index 88dae0b90d31b4c24e86197ab2809b6aa7d2544a..9f8de14795bf6b5d824532d88ec42e4070a26895 100755 (executable)
@@ -735,7 +735,7 @@ def update_profiles_edid(profiles, config):
                 if profile_config[c].fingerprint != fingerprint or c == fp_map[fingerprint]:
                     continue
 
-                print("%s: renaming display %s to %s" % (p, c, fp_map[fingerprint]))
+                print("%s: renaming display %s to %s" % (p, c, fp_map[fingerprint]), file=sys.stderr)
 
                 tmp_disp = profile_config[c]