Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add log message before downloading credentials
  • Loading branch information
Bernd Wachter committed Mar 11, 2013
1 parent 0e18dbd commit 680a8a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rpm/ssu.changes
@@ -1,3 +1,7 @@
* Mon Mar 11 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.21
- Reduce time before credentials get refreshed
- Add logging for url resolver

* Tue Jan 29 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.20
- Move ssu resolver log to systemd journal, with fallback in /tmp/ssu.log

Expand Down
2 changes: 1 addition & 1 deletion rpm/ssu.spec
@@ -1,5 +1,5 @@
Name: ssu
Version: 0.20
Version: 0.21
Release: 1
Summary: SSU enabler for RND
Group: System/Base
Expand Down
1 change: 1 addition & 0 deletions ssuurlresolver/ssuurlresolver.cpp
Expand Up @@ -101,6 +101,7 @@ void SsuUrlResolver::run(){
headerList.append("ssl_verify=no");

if (isRnd || ssu.isRegistered()){
printJournal(LOG_DEBUG, "Attempting credential update");
SignalWait w;
connect(&ssu, SIGNAL(done()), &w, SLOT(finished()));
ssu.updateCredentials();
Expand Down

0 comments on commit 680a8a8

Please sign in to comment.