diff --git a/src/hardware/beaglelogic/api.c b/src/hardware/beaglelogic/api.c index c6fcace2..464527ed 100644 --- a/src/hardware/beaglelogic/api.c +++ b/src/hardware/beaglelogic/api.c @@ -209,7 +209,7 @@ static int config_set(uint32_t key, GVariant *data, sr_warn("Insufficient buffer space has been allocated."); sr_warn("Please use \'echo > "\ BEAGLELOGIC_SYSFS_ATTR(memalloc) \ - "\' as root to increase the buffer size, this"\ + "\' to increase the buffer size, this"\ " capture is now truncated to %d Msamples", devc->buffersize / (SAMPLEUNIT_TO_BYTES(devc->sampleunit) * 1000000));