Skip to content

Commit 2129bd0

Browse files
Update src/eyeTracker.m
Co-authored-by: Remi Gau <remi_gau@hotmail.com>
1 parent 193b725 commit 2129bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eyeTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
% Check recording status, stop display if error.
144144
checkrec = Eyelink('checkrecording');
145145
if checkrec ~= 0
146-
fprintf('\nEyelink is not recording.\n\n');
146+
warning('\nEyelink is not recording.\n\n');
147147
Eyelink('Shutdown');
148148
Screen('CloseAll');
149149
return

0 commit comments

Comments
 (0)