bin/PastehubSync in pastehub-0.5.0 vs bin/PastehubSync in pastehub-0.5.1
- old
+ new
@@ -74,9 +74,10 @@
# save pid file
PasteHub.savePid( Process.pid )
# create clientSync
clientSync = PasteHub::ClientSync.new( hostname, 1.0 )
+ clientSync.display_config()
while true
signals = 0
case RbConfig::CONFIG['host_os']