Skip to content

Commit

Permalink
Print debug info at the beginning of the /update process
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Apr 9, 2011
1 parent f92b0a1 commit 3599a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hide/server.rb
Expand Up @@ -22,6 +22,7 @@ class Server < Sinatra::Base

post '/update' do
begin
STDERR.puts "Starting the update process..."
json = Yajl::Parser.parse(params[:payload])
before, after = json['before'], json['after']
# p [before, after]
Expand Down

0 comments on commit 3599a60

Please sign in to comment.