Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ae00e90a3f05cfd30ac7308ec9708d3387d2b463
Authored by
Scott Klum
2020-11-17 13:02:59 -0700
1 parent
ae960642
Hide failure to open console warnings unless Globals->verbose
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/io/read.cpp
openbr/plugins/io/read.cpp
View file @
ae00e90
...
...
@@ -68,7 +68,7 @@ private:
68
68
}
69
69
}
70
70
}
71
- if (dst.file.fte
)
71
+ if (dst.file.fte
&& Globals->verbose
)
72
72
qWarning("Error opening %s", qPrintable(src.file.flat()));
73
73
}
74
74
};
...
...