Skip to content

Commit 52ee851

Browse files
committed
dbg
1 parent b36c1ed commit 52ee851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storaged/multipath.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class MultipathAlert extends React.Component {
4545

4646
render() {
4747
const { client } = this.props;
48+
console.log('client', client);
4849

4950
// When in doubt, assume everything is alright
5051
const multipathd_running = !this.multipathd_service.state || this.multipathd_service.state === "running";

0 commit comments

Comments
 (0)