buffer-utils: Display warning if IIO channel not found

See #38
This commit is contained in:
Reyad Attiyat
2015-07-15 01:14:51 -05:00
committed by Bastien Nocera
parent 1e849e7406
commit 7b22982f76

View File

@@ -501,6 +501,9 @@ process_scan_1 (char *data,
break;
}
}
if (!*ch_present)
g_warning ("IIO channel '%s' could not be found", ch_name);
}
/**