Skip to content

Commit 61a2261

Browse files
committed
GUI - reduce size of session id shown on boot
1 parent d8d0d27 commit 61a2261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/sonicpi/lib/sonicpi/spider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
8585
end
8686
end
8787
__info "Welcome to Sonic Pi"
88-
__info "Session #{@session_id}"
88+
__info "Session #{@session_id[0..7]}"
8989
date = Time.now
9090
__info "#{date.strftime("%A")} #{date.day.ordinalize} #{date.strftime("%B, %Y")}"
9191
__info "%02d:%02d, %s" % [date.hour, date.min, date.zone]

0 commit comments

Comments
 (0)