Advertisement
Guest User

Untitled

a guest
Sep 10th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.64 KB | None | 0 0
  1. 2015-09-10 20:47:44,358: DEBUG - main - __init__ - UpdateGui - init
  2. 2015-09-10 20:47:44,358: DEBUG - main.ThreadPool - __init__ - initializing thread pool
  3. 2015-09-10 20:47:44,373: DEBUG - main.Main - defer - MainGui - __defer - wan_connected
  4. 2015-09-10 20:47:44,373: DEBUG - main.GenericWorker - __init__ - wan_connected (() - {})
  5. 2015-09-10 20:47:44,374: DEBUG - main.ThreadPool - add - adding worker to pool
  6. 2015-09-10 20:47:44,374: DEBUG - main.ThreadPool - add - worker is: wan_connected
  7. 2015-09-10 20:47:44,374: DEBUG - main.ThreadPool - run - wan_connected - started
  8. 2015-09-10 20:47:44,374: DEBUG - main.GenericWorker - task - trying to execute task
  9. 2015-09-10 20:47:44,730: DEBUG - main.GenericWorker - task - populating return queue
  10. 2015-09-10 20:47:44,730: DEBUG - main.GenericWorker - task - finished task, emitting succes signals
  11. 2015-09-10 20:47:44,730: DEBUG - main.ThreadPool - run - wan_connected - finished
  12. 2015-09-10 20:47:44,730: DEBUG - main.Main - defer - MainGui - __defer - check_for_new_version
  13. 2015-09-10 20:47:44,730: DEBUG - main.GenericWorker - __init__ - check_for_new_version (() - {})
  14. 2015-09-10 20:47:44,731: DEBUG - main.ThreadPool - add - adding worker to pool
  15. 2015-09-10 20:47:44,731: DEBUG - main.ThreadPool - add - worker is: check_for_new_version
  16. 2015-09-10 20:47:44,731: DEBUG - main.ThreadPool - run - check_for_new_version - started
  17. 2015-09-10 20:47:44,731: DEBUG - main.GenericWorker - task - trying to execute task
  18. 2015-09-10 20:47:44,731: DEBUG - main - check_for_new_version - checking for a newer version of EASI
  19. 2015-09-10 20:47:46,105: DEBUG - main - check_for_new_version - newer version found: alpha8
  20. 2015-09-10 20:47:46,105: DEBUG - main.GenericWorker - task - populating return queue
  21. 2015-09-10 20:47:46,105: DEBUG - main.GenericWorker - task - finished task, emitting succes signals
  22. 2015-09-10 20:47:46,105: DEBUG - main.ThreadPool - run - check_for_new_version - finished
  23. 2015-09-10 20:47:46,110: DEBUG - main.GenericWorker - __init__ - download (('https://github.com/etcher3rd/EASI/releases/download/alpha8/EASI_alpha8.zip', 'D:\\Users\\Hon0\\AppData\\Local\\Temp\\D5BFQKZN78NE215') - {'size': 16462511, 'download_nice_name': 'EASI', 'callback': <easi.Gui.Update.UpdateProgressBar object at 0x038222B0>})
  24. 2015-09-10 20:47:46,113: DEBUG - main.ThreadPool - add - adding worker to pool
  25. 2015-09-10 20:47:46,113: DEBUG - main.ThreadPool - add - worker is: EASI_check_new_version
  26. 2015-09-10 20:47:46,113: DEBUG - main.ThreadPool - run - EASI_check_new_version - started
  27. 2015-09-10 20:47:46,113: DEBUG - main.GenericWorker - task - trying to execute task
  28. 2015-09-10 20:47:46,113: DEBUG - main - download - Defer - download - starting download
  29. 2015-09-10 20:47:46,113: DEBUG - main - download - Defer - download - url: https://github.com/etcher3rd/EASI/releases/download/alpha8/EASI_alpha8.zip
  30. 2015-09-10 20:47:46,114: DEBUG - main - download - Defer - download - local file: D:\Users\Hon0\AppData\Local\Temp\D5BFQKZN78NE215
  31. 2015-09-10 20:47:46,114: DEBUG - main - download - Defer - download - requesting headers
  32. 2015-09-10 20:47:46,676: DEBUG - main - download - Defer - download - parsing headers
  33. 2015-09-10 20:47:46,676: DEBUG - main - download - Defer - download - starting data transfer
  34. 2015-09-10 20:47:47,733: DEBUG - main - new_open - open - path: D:\Users\Hon0\AppData\Local\Temp\D5BFQKZN78NE215
  35. 2015-09-10 20:48:35,453: DEBUG - main.GenericWorker - task - finished task, emitting succes signals
  36. 2015-09-10 20:48:35,453: DEBUG - main.ThreadPool - run - EASI_check_new_version - finished
  37. 2015-09-10 20:48:35,453: DEBUG - main - __unzip_new_version - removing older update folder
  38. 2015-09-10 20:48:35,455: DEBUG - main - __unzip_new_version - making new update folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement