We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c2c0a commit 7091403Copy full SHA for 7091403
src/payment_store.rs
@@ -134,8 +134,9 @@ where
134
.map_err(|e| {
135
log_error!(
136
self.logger,
137
- "Removing payment data for key {}/{} failed due to: {}",
+ "Removing payment data for key {}/{}/{} failed due to: {}",
138
PAYMENT_INFO_PERSISTENCE_NAMESPACE,
139
+ PAYMENT_INFO_PERSISTENCE_SUB_NAMESPACE,
140
store_key,
141
e
142
);
@@ -201,8 +202,9 @@ where
201
202
203
204
- "Write for key {}/{} failed due to: {}",
205
+ "Write for key {}/{}/{} failed due to: {}",
206
207
208
209
210
0 commit comments