| ... | ... |
@@ -172,6 +172,7 @@ static void down_click_handler(ClickRecognizerRef recognizer, void *context) {
|
| 172 | 172 |
if(result != APP_MSG_OK) {
|
| 173 | 173 |
APP_LOG(APP_LOG_LEVEL_ERROR, "Error sending the outbox: %d", (int)result); |
| 174 | 174 |
}else{
|
| 175 |
+ APP_LOG(APP_LOG_LEVEL_INFO, "Sending to the outbox: %d", msg); |
|
| 175 | 176 |
text_layer_set_text(s_text_layer, "Sent..."); |
| 176 | 177 |
} |
| 177 | 178 |
} else {
|