diff options
Diffstat (limited to 'monitor-probe-using-X')
-rwxr-xr-x | monitor-probe-using-X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-probe-using-X b/monitor-probe-using-X index d762d4a..1558805 100755 --- a/monitor-probe-using-X +++ b/monitor-probe-using-X @@ -24,7 +24,7 @@ if (-e $arg) { "Saving log in $log_file.\n", $ok ? "If the detected resolution is wrong" : "If it contains interesting information", - ", send $log_file to pixel\@mandriva.com\n\n"; + ", open a report at http://qa.mandriva.com/ and attach $log_file.\n\n"; } $ok or warn "Could not find a resolution\n"; } |