Skip to content

Commit

Permalink
Remove errant brace from mounter request sent log message
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 11, 2023
1 parent f32da28 commit 700403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/tools/mounter.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Mounter : public QObject
static inline const QString EVENT_CREATING_MOUNT_POINT = u"Creating data pack mount point on QEMU instance..."_s;
static inline const QString EVENT_DISCONNECTING_FROM_QEMU = u"Disconnecting from FP QEMU instance..."_s;
static inline const QString EVENT_MOUNTING_THROUGH_SERVER = u"Mounting data pack via PHP server..."_s;
static inline const QString EVENT_REQUEST_SENT = u"Sent request (%1): %2}"_s;
static inline const QString EVENT_REQUEST_SENT = u"Sent request (%1): %2"_s;

// Connections
static const int QMP_TRANSACTION_TIMEOUT = 5000; // ms
Expand Down

0 comments on commit 700403b

Please sign in to comment.