Skip to content

Commit

Permalink
clarify firewire camera connect failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Nov 10, 2017
1 parent 345be7a commit 988f6f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cam_firewire_IC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ bool CameraFirewire::Connect(const wxString& camId)
if (debug) { debugstep = 2; debugfile->AddLine(wxString::Format("12a: Setting SinkType")); debugfile->Write(); }
retval = m_pGrabber->setSinkType(pSink);
if (!retval) {
return CamConnectFailed(_("Could not set sink type"));
Debug.Write("cam_firewire_IC: Could not set sink type\n");
return CamConnectFailed(_("FireWire camera setup failed"));
}

// Get info I need
Expand Down

0 comments on commit 988f6f5

Please sign in to comment.