aboutsummaryrefslogtreecommitdiff
path: root/mousmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'mousmain.c')
-rw-r--r--mousmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mousmain.c b/mousmain.c
index 80a62fd..c62712c 100644
--- a/mousmain.c
+++ b/mousmain.c
@@ -49,6 +49,9 @@ static int set_wheel(LPTSRDATA data, bool enable)
if (data->usewheel) {
detect_wheel(data);
+ if (!data->haswheel) {
+ fprintf(stderr, "Could not find PS/2 wheel mouse\n");
+ }
} else {
data->haswheel = false;
}