summaryrefslogtreecommitdiff
path: root/doPlayback.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPlayback.go')
-rw-r--r--doPlayback.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doPlayback.go b/doPlayback.go
index 0495ac0..34a9557 100644
--- a/doPlayback.go
+++ b/doPlayback.go
@@ -26,10 +26,11 @@ func doPlayback() {
}
// Print the formatted one-line summary.
- fmt.Printf("Topic: %-25s | Entries: %-4d | Started: %s\n",
+ fmt.Printf("Topic: %-25s | Entries: %-4d | Started: %s | UUID: %s\n",
chat.GetChatName(),
entryCount,
formattedTime,
+ chat.GetUuid(),
)
}
fmt.Println("-------------------------------------------------")