summaryrefslogtreecommitdiff
path: root/src/biruda.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-25 18:27:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-25 18:27:08 +0200
commit135469a03d1a03903a57557decb99996aba835cb (patch)
treec139bcb7f5f0e0469e0e97a9a5486ee20af7397b /src/biruda.c
parent48ad3d9ece36f8f0404b431ebaf75557bb721ac8 (diff)
downloadbiruda-135469a03d1a03903a57557decb99996aba835cb.tar.gz
biruda-135469a03d1a03903a57557decb99996aba835cb.tar.bz2
memory on Linux
Diffstat (limited to 'src/biruda.c')
-rw-r--r--src/biruda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/biruda.c b/src/biruda.c
index ea1fce5..091bbbf 100644
--- a/src/biruda.c
+++ b/src/biruda.c
@@ -205,7 +205,7 @@ static void print_config( struct gengetopt_args_info *args_info, cfg_t *cfg )
puts( "Environment:" );
printf( " Number of CPUs: %d\n", nofCpus );
int physMem = system_phys_memory( );
- printf( " Physical memory available: %d MB\n", physMem );
+ printf( " Physical memory available: %d kB\n", physMem );
char machine_arch[100];
system_arch( machine_arch, sizeof( machine_arch ) );
printf( " System architecture: %s\n", machine_arch );