diff options
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 6fb36b7d..e8eade98 100644 --- a/src/detector.c +++ b/src/detector.c @@ -87,7 +87,7 @@ void record_image(struct image *image, int do_poisson) ERROR("Infinity at %i,%i\n", x, y); } if ( intensity < 0.0 ) { - ERROR("Infinity at %i,%i\n", x, y); + ERROR("Negative at %i,%i\n", x, y); } if ( isnan(intensity) ) { ERROR("NaN at %i,%i\n", x, y); |