Skip to content

Commit

Permalink
GUI - reduce size of session id shown on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jul 30, 2015
1 parent d8d0d27 commit 61a2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/sonicpi/lib/sonicpi/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
end
end
__info "Welcome to Sonic Pi"
__info "Session #{@session_id}"
__info "Session #{@session_id[0..7]}"
date = Time.now
__info "#{date.strftime("%A")} #{date.day.ordinalize} #{date.strftime("%B, %Y")}"
__info "%02d:%02d, %s" % [date.hour, date.min, date.zone]
Expand Down

0 comments on commit 61a2261

Please sign in to comment.