Skip to content

Commit 6b3d1f0

Browse files
Update src/ToolbarService.php
Co-authored-by: othercorey <[email protected]>
1 parent 5317e11 commit 6b3d1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToolbarService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function saveData(ServerRequest $request, ResponseInterface $response)
260260
$requests = $this->getTableLocator()->get('DebugKit.Requests');
261261
$requests->gc();
262262
} catch (MissingDatasourceConfigException $e) {
263-
Log::warning('Unable to save request. You need to define the debug_kit connection.');
263+
Log::warning('Unable to save request. Check your custom debut_kit datasource connection or check that SQLite extension is enabled..');
264264
Log::warning($e->getMessage());
265265

266266
return false;

0 commit comments

Comments
 (0)