mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Cleaning
This commit is contained in:
parent
1dfb0e3087
commit
a4eb6634e6
@ -655,7 +655,7 @@ int main(int argc, char **argv)
|
||||
int msgflg = IPC_CREAT | 0666;
|
||||
if ((sysv_msqid = msgget(sysv_msg_key, msgflg )) == -1)
|
||||
{
|
||||
std::cout<<"GNSS-SDR can not create message queues!" << std::endl;
|
||||
std::cout << "GNSS-SDR can not create message queues!" << std::endl;
|
||||
throw new std::exception();
|
||||
}
|
||||
ttff_msgbuf msg;
|
||||
|
Loading…
Reference in New Issue
Block a user