lib/rsyslibs.rb in rsyslibs-0.2.0 vs lib/rsyslibs.rb in rsyslibs-0.3.0
- old
+ new
@@ -51,10 +51,10 @@
def parse_response(response)
if response.code == 200
response.body
else
- 'Request failed. Please try again.'
+ 'Failed to fetch system libraries from remote server. Please try again.'
end
end
def os_info
Rsyslibs::OperatingSystemInfo.os_info