aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-timestamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sample-timestamp.cpp')
-rw-r--r--apps/sample-timestamp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/sample-timestamp.cpp b/apps/sample-timestamp.cpp
index 6672091..0affd36 100644
--- a/apps/sample-timestamp.cpp
+++ b/apps/sample-timestamp.cpp
@@ -107,7 +107,7 @@ public:
return EXIT_FAILURE;
}
- const int buffer_size = 100;
+ const int buffer_size = 1024;
input.seekg(-buffer_size, ios_base::end);
@@ -146,6 +146,7 @@ public:
o<string> s = sample.at(relative_key);
if (!s) {
cerr << "Missing key '" + relative_name + "'." << endl;
+ cerr << "Found " << sample_buffer->samples.size() << " samples." << endl;
cerr << "keys: " << sample.to_string() << endl;
return EXIT_FAILURE;
}