Roy's Projects
/
dhcpcd-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
350ff1f
)
Remove debug
author
Roy Marples
<roy@marples.name>
Thu, 4 Sep 2014 13:14:49 +0000
(13:14 +0000)
committer
Roy Marples
<roy@marples.name>
Thu, 4 Sep 2014 13:14:49 +0000
(13:14 +0000)
src/dhcpcd-qt/dhcpcd-qt.cpp
patch
|
blob
|
history
diff --git
a/src/dhcpcd-qt/dhcpcd-qt.cpp
b/src/dhcpcd-qt/dhcpcd-qt.cpp
index c38db32e4c6c68b7d8fe1c452acf32de55b40dc4..9a9169373e0cada629917b4c3d2e918403c5ac3c 100644
(file)
--- a/
src/dhcpcd-qt/dhcpcd-qt.cpp
+++ b/
src/dhcpcd-qt/dhcpcd-qt.cpp
@@
-186,9
+186,7
@@
void DhcpcdQt::statusCallback(const char *status)
refresh = true;
} else
refresh = strcmp(lastStatus, "opened") ? false : true;
- printf ("refresh %d\n", refresh);
updateOnline(refresh);
- printf ("updated\n");
}
free(lastStatus);