diff options
Diffstat (limited to 'sync/syncable/entry.cc')
-rw-r--r-- | sync/syncable/entry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/entry.cc b/sync/syncable/entry.cc index b9d05a0..bb57564 100644 --- a/sync/syncable/entry.cc +++ b/sync/syncable/entry.cc @@ -110,7 +110,7 @@ std::ostream& operator<<(std::ostream& os, const Entry& entry) { } for ( ; i < TIME_FIELDS_END; ++i) { os << g_metas_columns[i].name << ": " - << csync::GetTimeDebugString( + << syncer::GetTimeDebugString( kernel->ref(static_cast<TimeField>(i))) << ", "; } for ( ; i < ID_FIELDS_END; ++i) { |