-rw-r--r-- | src/eyefiservice.cc | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/eyefiservice.cc b/src/eyefiservice.cc index f8d5f31..93bbcca 100644 --- a/src/eyefiservice.cc +++ b/src/eyefiservice.cc | |||
@@ -42,7 +42,5 @@ int eyefiService::StartSession( | |||
42 | struct rns__StartSessionResponse &r ) try { | 42 | struct rns__StartSessionResponse &r ) try { |
43 | #ifndef NDEBUG | 43 | syslog(LOG_INFO, |
44 | syslog(LOG_DEBUG, | ||
45 | "StartSession request from %s with cnonce=%s, transfermode=%d, transfermodetimestamp=%ld", | 44 | "StartSession request from %s with cnonce=%s, transfermode=%d, transfermodetimestamp=%ld", |
46 | macaddress.c_str(), cnonce.c_str(), transfermode, transfermodetimestamp ); | 45 | macaddress.c_str(), cnonce.c_str(), transfermode, transfermodetimestamp ); |
47 | #endif | ||
48 | eyekinfig_t eyekinfig(macaddress); | 46 | eyekinfig_t eyekinfig(macaddress); |
@@ -75,4 +73,3 @@ int eyefiService::GetPhotoStatus( | |||
75 | struct rns__GetPhotoStatusResponse &r ) try { | 73 | struct rns__GetPhotoStatusResponse &r ) try { |
76 | #ifndef NDEBUG | 74 | syslog(LOG_INFO, |
77 | syslog(LOG_DEBUG, | ||
78 | "GetPhotoStatus request from %s with credential=%s, filename=%s, filesize=%ld, filesignature=%s, flags=%d; session nonce=%s", | 75 | "GetPhotoStatus request from %s with credential=%s, filename=%s, filesize=%ld, filesignature=%s, flags=%d; session nonce=%s", |
@@ -80,3 +77,2 @@ int eyefiService::GetPhotoStatus( | |||
80 | session_nonce.hex().c_str() ); | 77 | session_nonce.hex().c_str() ); |
81 | #endif | ||
82 | 78 | ||
@@ -97,7 +93,5 @@ int eyefiService::MarkLastPhotoInRoll( | |||
97 | struct rns__MarkLastPhotoInRollResponse&/* r */ ) try { | 93 | struct rns__MarkLastPhotoInRollResponse&/* r */ ) try { |
98 | #ifndef NDEBUG | 94 | syslog(LOG_INFO, |
99 | syslog(LOG_DEBUG, | ||
100 | "MarkLastPhotoInRoll request from %s with mergedelta=%d", | 95 | "MarkLastPhotoInRoll request from %s with mergedelta=%d", |
101 | macaddress.c_str(), mergedelta ); | 96 | macaddress.c_str(), mergedelta ); |
102 | #endif | ||
103 | std::string cmd = eyekinfig_t(macaddress).get_on_mark_last_photo_in_roll(); | 97 | std::string cmd = eyekinfig_t(macaddress).get_on_mark_last_photo_in_roll(); |
@@ -122,4 +116,3 @@ int eyefiService::UploadPhoto( | |||
122 | struct rns__UploadPhotoResponse& r ) try { | 116 | struct rns__UploadPhotoResponse& r ) try { |
123 | #ifndef NDEBUG | 117 | syslog(LOG_INFO, |
124 | syslog(LOG_DEBUG, | ||
125 | "UploadPhoto request from %s with fileid=%d, filename=%s, filesize=%ld," | 118 | "UploadPhoto request from %s with fileid=%d, filename=%s, filesize=%ld," |
@@ -128,3 +121,2 @@ int eyefiService::UploadPhoto( | |||
128 | filesignature.c_str(), encryption.c_str(), flags ); | 121 | filesignature.c_str(), encryption.c_str(), flags ); |
129 | #endif | ||
130 | std::string::size_type fnl=filename.length(); | 122 | std::string::size_type fnl=filename.length(); |