aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/felix.c')
-rw-r--r--libcrystfel/src/felix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/felix.c b/libcrystfel/src/felix.c
index bbd82b0e..e02cfb44 100644
--- a/libcrystfel/src/felix.c
+++ b/libcrystfel/src/felix.c
@@ -737,7 +737,7 @@ const char *felix_probe(UnitCell *cell)
fh = fdopen(pty, "r");
if ( fgets(line, 1024, fh) == NULL ) {
- ERROR("Failed to probe for Felix\n");
+ ok = 0;
} else {
if ( strncmp(line, "Felix", 5) == 0 ) {
ok = 1;