summaryrefslogtreecommitdiffabout
path: root/src/eyefiservice.cc
Unidiff
Diffstat (limited to 'src/eyefiservice.cc') (more/less context) (show whitespace changes)
-rw-r--r--src/eyefiservice.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/eyefiservice.cc b/src/eyefiservice.cc
index 1a21c02..5cbc396 100644
--- a/src/eyefiservice.cc
+++ b/src/eyefiservice.cc
@@ -75,2 +75,3 @@ int eyefiService::GetPhotoStatus(
75 std::string filename, long filesize, std::string filesignature, 75 std::string filename, long filesize, std::string filesignature,
76 int flags,
76 struct rns__GetPhotoStatusResponse &r ) { 77 struct rns__GetPhotoStatusResponse &r ) {
@@ -78,4 +79,5 @@ int eyefiService::GetPhotoStatus(
78 syslog(LOG_DEBUG, 79 syslog(LOG_DEBUG,
79 "GetPhotoStatus request from %s with credential=%s, filename=%s, filesize=%ld, filesignature=%s; session nonce=%s", 80 "GetPhotoStatus request from %s with credential=%s, filename=%s, filesize=%ld, filesignature=%s, flags=%d; session nonce=%s",
80 macaddress.c_str(), credential.c_str(), filename.c_str(), filesize, filesignature.c_str(), session_nonce.hex().c_str() ); 81 macaddress.c_str(), credential.c_str(), filename.c_str(), filesize, filesignature.c_str(), flags,
82 session_nonce.hex().c_str() );
81#endif 83#endif