aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/peakogram-stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/peakogram-stream b/scripts/peakogram-stream
index c74a1791..874f6a9e 100755
--- a/scripts/peakogram-stream
+++ b/scripts/peakogram-stream
@@ -124,7 +124,7 @@ if f:
data = np.asarray(data,dtype=float)
-sys.stdout.write("\r%i peaks found" % n)
+sys.stdout.write("\r%i predicted reflections found" % n)
sys.stdout.flush()
print("")