Skip to content

Commit 048b80e

Browse files
committed
minor tweak
1 parent c849e71 commit 048b80e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/firebase_ai/firebase_ai/example/lib/pages/bidi_page.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ class BidiSessionController extends ChangeNotifier {
231231
SessionResumptionConfig(handle: _activeSessionHandle),
232232
);
233233
} on Exception catch (e) {
234-
developer.log('Error setting up session: $e, starting a new one.');
234+
developer.log(
235+
'Error setting up session with handle $_activeSessionHandle, error: $e, starting a new one.',
236+
);
235237
_session = await _liveModel.connect();
236238
}
237239

0 commit comments

Comments
 (0)