summaryrefslogtreecommitdiff
path: root/src/convert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert.cc')
-rw-r--r--src/convert.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/convert.cc b/src/convert.cc
index 38ef2c22..a4454c14 100644
--- a/src/convert.cc
+++ b/src/convert.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2013, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2015, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -86,7 +86,7 @@ value_t convert_command(call_scope_t& args)
if (entry != journal.checksum_map.end()) {
INFO(file_context(reader.get_pathname(),
reader.get_linenum())
- << "Ignoring known UUID " << ref);
+ << " " << "Ignoring known UUID " << ref);
checked_delete(xact); // ignore it
continue;
}