[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cash2ecash] branch master updated: testing
From: |
gnunet |
Subject: |
[cash2ecash] branch master updated: testing |
Date: |
Thu, 02 Jan 2025 13:47:47 +0100 |
This is an automated email from the git hooks/post-receive script.
manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.
The following commit(s) were added to refs/heads/master by this push:
new 238ad0f testing
238ad0f is described below
commit 238ad0fb2115417b625f863eb54de235dfe87943
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 13:47:39 2025 +0100
testing
---
src/cash2ecash.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 151de0d..be39ad0 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -57,7 +57,7 @@ void actionEventInitialize() {
}
void actionEventUnexpected(){
- std::cerr << "Event not expected in this state" << state << std::endl;
+ std::cerr << "Event not expected in this state: " << state << std::endl;
}
void actionEventStart(){
@@ -159,7 +159,7 @@ void initStateEvent(){
stateEventTable[INIT][EVENT_INITIALIZE].action = actionEventInitialize;
stateEventTable[INIT][EVENT_INITIALIZE].nextState = IDLE;
stateEventTable[IDLE][EVENT_BUTTON_START].action = actionEventStart;
- stateEventTable[IDLE][EVENT_BUTTON_START].nextState = CONNECTION; //needs to
be changed to initialization later
+ stateEventTable[IDLE][EVENT_BUTTON_START].nextState = IDENTIFICATION;
//needs to be changed to initialization later
stateEventTable[IDLE][EVENT_SLEEP].action = actionEventSleep;
stateEventTable[IDLE][EVENT_SLEEP].nextState = SLEEP;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02
- [cash2ecash] branch master updated: testing,
gnunet <=
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02
- [cash2ecash] branch master updated: testing, gnunet, 2025/01/02